http://www.shaneregister.com/listings.asp#15
The following page has anchor tags setup that will link you to the listing. This works fine in firefox. In IE it does not work at all. You can veiw source to see the code. Any help would be appreciated.
Thanks
Ok i was able to fix it
It turns out that although all browsers SHOULD be able to find an anchor tag like <a name="top"></a>, some (meaning IE) can't find it if it's empty like that (no character content between the tags).
So I changed it to <a name="top> </a> with a non-breaking space between the tags, and it's working now. BTW, "name" and "id" are both valid...
but I did change it to ID