Click to See Complete Forum and Search --> : Making a link to go down in a page


dankassdann
09-03-2009, 02:44 AM
How can I make a link, that instead of going to another page, goes to the same page but lower on that pake. For example I have a couple of cathegories and when I press one of them the page jumps down to where that one starts.

Kor
09-03-2009, 09:33 AM
Use anchors:
http://www.w3.org/TR/html401/struct/links.html
http://www.w3schools.com/TAGS/tag_a.asp

dankassdann
09-03-2009, 02:08 PM
Thank's that solved it :)