DudeSicko
09-24-2007, 09:19 PM
Hey, how do i integrate a "back to top" graphic button, so that people can scroll back to the top of the page? Was thinking putting it down beside the Edit, Quote...
Or is there a mod that i just couldent find, that do this?
--------------- Added at 01:23 ---------------
Got an solution other place:
All you would need to do is put this in your postbit template, where you want the link to be:
<a href="#top">Back to top</a>
If you want use an image, just put it in instead of the text
<a href="#top"><img src="someimage.gif" alt="" border="0" /></a>
Or is there a mod that i just couldent find, that do this?
--------------- Added at 01:23 ---------------
Got an solution other place:
All you would need to do is put this in your postbit template, where you want the link to be:
<a href="#top">Back to top</a>
If you want use an image, just put it in instead of the text
<a href="#top"><img src="someimage.gif" alt="" border="0" /></a>