
11-24-2008, 12:20 AM
|
|
 | |
Banned
|
|
 X-Adept
|
|
Join Date: Jan 2008
Posts: 486
|
|
|
Re: Create a "go to top" Link
Quote:
Originally Posted by onfine
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
|
Try use next example:
PHP Code:
link: <a href="#Howsoon">* How soon will I receive my order?</a>
text: <a name="Howsoon">How soon will I receive my order?</a>
|
|