Your site is missing a DOCTYPE Declaration which is mandatory for most current markup languages, and without one, it's impossible to reliably validate a document. The DOCTYPE defines the version of the document like -- HTML 4.0.1, XHTML 1.0, 1.1, ...etc.
You have 65 code warnings you may wish to fix, so that your site validates for accessibility in all browsers, as shown here ...
Code:
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 54 column 4 - Warning: <embed> is not approved by W3C
line 54 column 4 - Warning: <embed> dropping value "leveragelogo" for repeated attribute "name"
line 64 column 4 - Warning: discarding unexpected </embed>
line 99 column 9 - Warning: <embed> is not approved by W3C
line 109 column 11 - Warning: <noembed> is not approved by W3C
line 111 column 9 - Warning: discarding unexpected </embed>
line 179 column 9 - Warning: <embed> is not approved by W3C
line 190 column 11 - Warning: <noembed> is not approved by W3C
line 192 column 9 - Warning: discarding unexpected </embed>
line 219 column 9 - Warning: <embed> is not approved by W3C
line 229 column 11 - Warning: <noembed> is not approved by W3C
line 231 column 9 - Warning: discarding unexpected </embed>
line 258 column 9 - Warning: <embed> is not approved by W3C
line 269 column 11 - Warning: <noembed> is not approved by W3C
line 271 column 9 - Warning: discarding unexpected </embed>
line 299 column 9 - Warning: <embed> is not approved by W3C
line 309 column 11 - Warning: <noembed> is not approved by W3C
line 311 column 9 - Warning: discarding unexpected </embed>
line 335 column 9 - Warning: <embed> is not approved by W3C
line 346 column 11 - Warning: <noembed> is not approved by W3C
line 348 column 9 - Warning: discarding unexpected </embed>
line 377 column 9 - Warning: <embed> is not approved by W3C
line 387 column 11 - Warning: <noembed> is not approved by W3C
line 389 column 9 - Warning: discarding unexpected </embed>
line 445 column 3 - Warning: replacing <p> by <br>
line 445 column 3 - Warning: inserting implicit <br>
line 10 column 1 - Warning: <body> proprietary attribute "marginheight"
line 10 column 1 - Warning: <body> proprietary attribute "marginwidth"
line 10 column 1 - Warning: <body> proprietary attribute "leftmargin"
line 10 column 1 - Warning: <body> proprietary attribute "topmargin"
line 11 column 3 - Warning: <table> proprietary attribute "height"
line 11 column 3 - Warning: <table> proprietary attribute "background"
line 14 column 5 - Warning: <img> lacks "alt" attribute
line 20 column 7 - Warning: <img> lacks "alt" attribute
line 25 column 7 - Warning: <img> lacks "alt" attribute
line 35 column 1 - Warning: <object> proprietary attribute "viewastext"
line 68 column 1 - Warning: <table> proprietary attribute "background"
line 89 column 1 - Warning: <img> lacks "alt" attribute
line 130 column 5 - Warning: <img> lacks "alt" attribute
line 154 column 35 - Warning: <img> lacks "alt" attribute
line 163 column 13 - Warning: <img> lacks "alt" attribute
line 198 column 35 - Warning: <img> lacks "alt" attribute
line 237 column 35 - Warning: <img> lacks "alt" attribute
line 242 column 61 - Warning: <img> lacks "alt" attribute
line 279 column 35 - Warning: <img> lacks "alt" attribute
line 284 column 21 - Warning: <img> lacks "alt" attribute
line 317 column 35 - Warning: <img> lacks "alt" attribute
line 320 column 42 - Warning: <img> lacks "alt" attribute
line 354 column 35 - Warning: <img> lacks "alt" attribute
line 362 column 13 - Warning: <img> lacks "alt" attribute
line 395 column 3 - Warning: <img> lacks "alt" attribute
line 421 column 3 - Warning: <img> lacks "alt" attribute
line 422 column 18 - Warning: <img> lacks "alt" attribute
line 435 column 7 - Warning: <input> proprietary attribute "border"
line 484 column 3 - Warning: <a> escaping malformed URI reference
line 485 column 3 - Warning: <img> lacks "alt" attribute
line 489 column 3 - Warning: <img> lacks "alt" attribute
line 109 column 11 - Warning: trimming empty <noembed>
line 190 column 11 - Warning: trimming empty <noembed>
line 229 column 11 - Warning: trimming empty <noembed>
line 269 column 11 - Warning: trimming empty <noembed>
line 309 column 11 - Warning: trimming empty <noembed>
line 346 column 11 - Warning: trimming empty <noembed>
line 387 column 11 - Warning: trimming empty <noembed>
|