Forum Moderators: mack
<a href="page.html#anchorname">goto foo on page</a>
<a name="anchorname">foo</a>
More information ... [w3.org]
<a href="page.html#anchorname">goto foo on page</a>
but the target does not need to be in an <a></a> tag but can be ANY tag. Examples:
<H1 id="anchorname">foo</H1>
<P id="anchorname">foo</P>
<TABLE id="anchorname">table stuff in here</TABLE>