I've created two pages, one called page1.html and one called page2.html
On page2.html I have created a tag at the bottom of the page like this
<a name="bottom">
Then on page1.html I created the link to go TO the tag like this:
<a href="page2.html#bottom">bottom of page 2</a>
It works fine in Netscape but in IE5.0 it comes up with a page error saying that
"The page cannot be displayed" and it's looking for page1.html
Does it work now, if not replace the page2.html#bottom with the correct http://www.whatever.com/page2.html#bottom try that and if it don't work then you'll need to ask a more experienced person in this.
I placed the tag around text like this
<a name="bottom">Bottom of page</a> and it does the same thing.
It works when I upload it to my server and look at it over the internet instead of locally on my computer. That must be the reason...not sure why but at least it works! It's all I need it to do anyway!