View Single Post
  #2  
Old 11-24-2008, 12:20 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default 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
Reply With Quote