hyperlink

liunx

Guest
i don't know how to hyperlink a writting so when u click on it it goes straight somewhere in the same page which someone wants?<br />
like when u click on terms and conditions the terms and condition on that page appears<!--content-->To get this functionality done,you need to use anchor tags with href and name attribute,<br />
put this code from where you want to click and go to another part of the page<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#bottom">Bottom of the page</a><br />
<br />
and then at the bottom of the page put this line of code<br />
<br />
<a name="bottom>This is bottom of the page</a><!--content-->
 
Back
Top