Log in

View Full Version : Code for Top link


Jase2
03-20-2008, 04:14 PM
Hi,

In a post, I want to have a "Back to top" link on each post, but what code would I use?

Something like:

<a href="#top" onclick="self.scrollTo(0, 0); return false;">Top</a>

Thanks!https://vborg.vbsupport.ru/editpost.php?do=editpost&p=1469799
Edit/Delete Message

Regards Jason :)

Brandon Sheley
03-20-2008, 04:16 PM
<p>Jump to: <a href="#top" target="_top"><b>Top of Page</b></a>

Princeton
03-20-2008, 04:18 PM
<a href="#top" onclick="self.scrollTo(0, 0); return false;">Back to Top</a>

Jase2
03-20-2008, 04:22 PM
I have an image, any chance you could tell me the code to use for a image?

Regards Jason :)

Princeton
03-20-2008, 04:28 PM
I have an image, any chance you could tell me the code to use for a image?

Regards Jason :)
<a href="#top" onclick="self.scrollTo(0, 0); return false;"><img src="IMAGE_URL" border="0" alt="Back to Top" /></a>

replace IMAGE_URL with location of your image

Jase2
03-20-2008, 04:31 PM
Thanks Princeton!

Regards Jason :)