In a "table of contents"-ish area we see:
<tr>
<td><a href="#r">R</a></td>
<td><a href="#s">S</a></td>
<td><a href="#tu">T-U</a></td>
<td><a href="#v">V</a></td>
<td><a href="#wxyz">W-X-Y-Z</a></td>
</tr>
And then (somewhat predictably) we find this:
<h1 id="r"></h1>
-----something here having to do with "r"
<h1 id="s"></h1>
-----something here having to do with "s"
For some reason, the link "S" doesn't bring you to the empty header - any idea why??
id="s"on the page (or, aname="s")? – Sean Vieira Nov 16 '11 at 3:06