That's some template! Anyways, this:
HTML Code:
<link title="WDNR Master Style Sheet" href="/css/dnr.css" type="text/css" rel="stylesheet">
depending on what it says in dnr.css could be a problem. Especially if it changes the display of tables and their contents.
This:
HTML Code:
<LINK REL=SCHEMA.dc HREF="http://purl.org/dc/documents/rec-dces-19990702.htm">
may introduce other conflicting elements. perhaps even scripts, depending on what rec-dces-19990702.htm has on it. I'm not familiar with the SCHEMA.dc REL, it may not be the type of link that can cause problems
Code:
<!--#include virtual="/includes/footer.inc"-->
here's another, depends on what's in footer.inc
HTML Code:
<LINK REL=SCHEMA.DC HREF="http://www.dpi.state.wi.us/dltcl/rll/pdf/wicv.pdf">
this might be trouble too, probably not, as it is a .pdf file.
To tell If any of these is causing the problem remove them and see if that fixes it. If so, add them back one at a time to find the offending one(s). Once you find the problem one(s) you need to look at the actual code it adds to see if there is a way to either compensate with changes to your page or to the script you want to use.
Bookmarks