The guys are right, there are many variables that could be affecting this.
However, get rid of those tags before <body> and clean up your code - it
does not validate as html 4.01. The DOCTYPE should be the very first thing
in the page. Once you have amended these, revalidate (validator.w3c.org).
Trust me, these issues will be much easier to solve given clean code and
points of error are easier to locate. Reload when the page is clean. It may
not be the html, but it is better to start on the right foot.

Reply via email to