Go to the top in text file (sommaire_texte-dist.html)

What I would like to see in the future is… A “go to the top of the page…” code in the
sommaire_texte-dist.html
Page…
Does anybody know a SPIP code for that… Or will I have to use ordynary html … U know…
Kindly
Tom @ http://mir.dk

That's HTML code, not SPIP.

Use something like this:

<html>
<body>
<a name="top"></a>

...some code...

<a href="#top">Back to top</a>

... more code

</body>
</html>

Ant.

-----Original Message-----
From: spip-en-bounces@rezo.net [mailto:spip-en-bounces@rezo.net] On
Behalf Of Tom
Sent: 27 August 2004 02:13
To: spip-en@rezo.net
Subject: [Spip-en] Go to the top in text file (sommaire_texte-dist.html)

What I would like to see in the future is.. A “go to the top of the
page..” code in the
sommaire_texte-dist.html
Page..
Does anybody know a SPIP code for that.. Or will I have to use ordynary
html .. U know..
Kindly
Tom @ http://mir.dk
‘