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
What's the deal on this? What am I missing???
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
What's the deal on this? What am I missing???
Comment