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:
Quote:
Originally Posted by Analogpoint
All you would need to do is put this in your postbit template, where you want the link to be:
Code:
<a href="#top">Back to top</a>
If you want use an image, just put it in instead of the text
Code:
<a href="#top"><img src="someimage.gif" alt="" border="0" /></a>
|