Click to See Complete Forum and Search --> : hyperlink


Esmaeiluk
05-11-2003, 12:13 PM
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?
like when u click on terms and conditions the terms and condition on that page appears

khalidali63
05-11-2003, 12:28 PM
To get this functionality done,you need to use anchor tags with href and name attribute,
put this code from where you want to click and go to another part of the page
<a href="#bottom">Bottom of the page</a>

and then at the bottom of the page put this line of code

<a name="bottom>This is bottom of the page</a>