Log in

View Full Version : page up ?


Angel-Pie
07-10-2007, 04:13 AM
How do i get page up tabs for the posts? are those part of the vbulletin????? if so where are they?

ok i might not have explained very well, what i mean is after you post a reply you just clicked the 'up' arrow or the 'top' button and it would bring you to the top of the page. it would be in the line up with the 'quote', 'multi-quote', 'quick reply' down at the bottom of each post.

Angel-Pie
07-14-2007, 08:16 PM
ok i guess no one knows if someone does please let me know i still am searching for this, requested by members.

Kirk Y
07-14-2007, 08:25 PM
Edit your respective postbit template and place the following wherever you'd like to see the link:

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

cyberphr
07-14-2007, 08:27 PM
<a href="#top">Go to top</a>

You can use an image alternatively.

<a href="#top"><img border="0" src="image source here" alt="Go to top" /></a>

Angel-Pie
07-14-2007, 10:37 PM
ok thanks so much it worked :) and thanks for the image code as soon as i figure out how to add pictures that will be awesome THANKS!