Search for in
HTML Anchors
HTML Coding Tutorials | Submited Jan 23, 2008
Written by: Mr. ∃v¡l
This shows you how to link directly do certain parts of a page. :)
Notes
It's impossible to write something specific to everyone's needs, so use this as a guide rather than a how-to.
Click here
Now
click here.
See how it goes to the top of the page? this can apply to
anywhere.
How to do it
Simple: IDs.
If you have a section on your page tagged with
<div id="section"></div>
then you can use this to link to that specific section
<a href="#section">Click me</a>
I think that's it
Shortest guide ever.