![]() |
Create a "go to top" Link
Does anybody know how to create a hyperlink to the top of one of my pages?
I tried like below but it doesn't work. <a href="#top" >GO TO TOP</a> Thank you. -Kenny 4.1.11 gold [Unix] PHP 4.4.9 MySQL 5.0 |
Re: Create a "go to top" Link
Quote:
Try use next example: PHP Code:
|
Re: Create a "go to top" Link
Kenny, Yurji used a strange example but what he seems to be saying is did you add an anchor (<a name="top"> </a>) at the top of the page? I would put it in head.tpl.
|
Re: Create a "go to top" Link
Just this on its own should work...
Code:
<a href="#">Top</a> |
All times are GMT -8. The time now is 02:19 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.