The page where I've inserted the named anchor is a newsletter. It has tables
The code on that page is: a name="coats"></a>
The page which links to the named anchor location is a blog. It is tableless.
I want the blog to reference all the topics created in the newsletters. There are three topics on each newsletter page so I'll use three different anchor names for each newsletter.
The blog lists all the topic so far created in my newsletter.
Here is a line in the blog which references a topic called "coats"
<li class="first"><a href=http://www.jkershaw.info/.../Feb2011/index.html#coats"></a></li>
Clicking the topic in the blog will take me to the newsletter but only to the top of that page and to neither of the topics. Why can it not find the anchors?