Link to an anchor
Sometimes we don't want to link to another page, just to a particolar
point of the SAME page (anchor).
Well, this is the script for you!
All you have to do is to mark the link with this code:
<a name="section1">Name of the link</a>
And add this to the anchor:
<a name="section1">Whatever you want</a>
Example:
Name of the link
Isn't it easy? ;)