Maybe you should try fixing your errors first:
Quote:
line 21 column 17 - Warning: adjacent hyphens within comment
line 117 column 129 - Warning: inserting implicit <p>
line 134 column 13 - Warning: <center> isn't allowed in <h1> elements
line 134 column 9 - Info: <h1> previously mentioned
line 134 column 77 - Warning: discarding unexpected </center>
line 134 column 9 - Warning: missing </h1> before <p>
line 134 column 118 - Warning: inserting implicit <p>
line 134 column 123 - Warning: discarding unexpected </h1>
line 139 column 22 - Warning: <br> element not empty or not closed
line 140 column 1 - Warning: <input> element not empty or not closed
line 140 column 42 - Warning: <br> element not empty or not closed
line 140 column 46 - Warning: <br> element not empty or not closed
line 142 column 12 - Warning: <br> element not empty or not closed
line 143 column 1 - Warning: <input> element not empty or not closed
line 144 column 1 - Warning: <br> element not empty or not closed
line 144 column 5 - Warning: <br> element not empty or not closed
line 146 column 1 - Warning: <input> element not empty or not closed
line 147 column 5 - Warning: inserting implicit <p>
line 17 column 1 - Warning: content occurs after end of body
line 47 column 15 - Warning: <a> escaping malformed URI reference
line 69 column 15 - Warning: <a> escaping malformed URI reference
line 78 column 15 - Warning: <a> escaping malformed URI reference
line 87 column 15 - Warning: <a> escaping malformed URI reference
line 111 column 9 - Warning: <table> lacks "summary" attribute
line 113 column 47 - Warning: <img> escaping malformed URI reference
line 135 column 2 - Warning: <form> attribute value "POST" must be lower case for XHTML
line 167 column 1 - Warning: <script> inserting "type" attribute
line 117 column 9 - Warning: trimming empty <p>
line 117 column 129 - Warning: trimming empty <p>
line 118 column 9 - Warning: trimming empty <p>
line 134 column 87 - Warning: trimming empty <p>
line 134 column 118 - Warning: trimming empty <p>
line 147 column 5 - Warning: trimming empty <p>
|
IE8 apparently doesn't like this:
Quote:
<li><a href="Mission Statement.html">Mission Statement
<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
|
Doesnt' appear that it's seeing the </a> on the menu at all, so making ALL text that follows after that a link. All that table code for IE6 isn't necessary, and frankly, I wouldn't bother with it. The sooner we stop supporting IE6 that way, the sooner it will finally DID - it's less than 5% usage now.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|