-
Hi,
I have a 200 page MS Word 97 document. In it the document has hyperlinks which work fine in word.
When you view the Word document via Internet Explorer 5 all the hyperlinks take you to the top of the document.
Does anyone know how to stop this from happening?
Thanks alot.
-
This really sounds strange. But, it sounds like intra-page linking.
Check your source code for links of this style:
<A HREF="#SITE">cool site</A>
or
<A HREF="http://www.DOMAIN.com/#SITE.html">cool site</A>
if you find any "#" symbols in you links then remove them. Althought you would still have to have the anchor <A name="#SITE">SITE</A> for the links to work.
I would be more likely to say that you might need to reinstall IE5. HTML just doesn't work that way. Check for the intra-page links and if that's not the problem then reinstall the browser. Test it in Netscape before doing anything rash.
------------------
Thanks,
MiDaWe