PDA

View Full Version : Code for Top link


Jase2
20 Mar 2008, 18:14
Hi,

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

Something like:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Thanks!http://www.vbulletin.org/forum/editpost.php?do=editpost&p=1469799
Edit/Delete Message

Regards Jason :)

Loco.M
20 Mar 2008, 18:16
<p>Jump to: <a href="#top" target="_top"><b>Top of Page</b></a>

Princeton
20 Mar 2008, 18:18
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Jase2
20 Mar 2008, 18:22
I have an image, any chance you could tell me the code to use for a image?

Regards Jason :)

Princeton
20 Mar 2008, 18:28
I have an image, any chance you could tell me the code to use for a image?

Regards Jason :)


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



replace IMAGE_URL with location of your image

Jase2
20 Mar 2008, 18:31
Thanks Princeton!

Regards Jason :)