HTML webpage question

United States
December 12, 2009 10:30am CST
Hey guys Im trying to make the links on my page when clicked go to that specific section of the page, so its not a huge mess.. anyone how to do this?
3 responses
• China
12 Dec 09
I don't think it is quite easy!
@kaylachan (57371)
• Daytona Beach, Florida
12 Dec 09
Html codes are easy and not really that difficult once you know what you're looking for. Linking is easy. Some things are very simple such as the "mailto" tag for e-mail adresses. Preaty ovious isn't? and the href is simply a type of referance. I don't know why some people think its so complicated.
@scammerwear (1433)
• Singapore
12 Dec 09
Its called an anchor, you can do it like this: 'Wrap' your text in this: <a name="label">Any content</a> Then write something like this for you link: <a href="#label">Any content</a> You can find more details on it here: http://www.w3schools.com/HTML/html_links.asp