Internet Explorer Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Navagation Buttons do not display in IE Version 6 on some web pages that I
have created in Frontpage 2000. I recently changed my computer from Windows
2000 which worked fine and now have XP and the problem began. I don't know
what to do? Can anyone help
 
Hi Ralph,

Check your HTML code for orphaned tags, particuarly comment tags inside
script tags.

Should be
<script>
<!----

Your navigation script

---> ' Omitting this hides the rest of the Html on an XP machine
</script>

I had a similar problem previously. Page rendered fine on Win2K but was
blank on an XP machine (different versions of mshtml.dll)

Hope this helps.

Regards.
 
Back
Top