|
Sort out the closing tags first, make sure it is XHTML compliant, that may make it easier to "debug".
For instance there is a <CENTER> without a closing </CENTER> etc.
Also, if you are using javascript and plan to use Internet Explorer, get any javascript you want to run at the start up into the head section, and start it with an onload - Internet Explorer messes up sometimes with javascript that is meant to run while the page is still being parsed.
|