|  | Posted by Andy Dingley on 06/19/24 11:19 
On Wed, 22 Jun 2005 15:50:13 -0400, Steve K <smk17@cornell.edu> wrote:
 >I had to whip up a site, and the right hand sub-links (the ones under
 >General Information) are anchors to other parts of that page.
 
 > <a name="contactinfo" id="contactinfo"></a>
 
 Try this instead:
 
 <a name="contactinfo" id="contactinfo">Contact Info</a>
 
 http://www.w3.org/TR/html4/struct/links.html#edef-A
 "Note. User agents should be able to find anchors created by empty A
 elements, but some fail to do so. For example, some user agents may
 not find the "empty-anchor" in the following HTML fragment:"
  Navigation: [Reply to this message] |