TidyHTML vomit belowline 2 column 9 - Warning: missing <!DOCTYPE> declaration
line 95 column 11 - Warning: <form> isn't allowed in <table> elements
line 94 column 10 - Info: <table> previously mentioned
line 96 column 11 - Warning: missing <tr>
line 96 column 124 - Warning: missing </font> before </td>
line 100 column 16 - Warning: plain text isn't allowed in <tr> elements
line 96 column 11 - Info: <tr> previously mentioned
line 101 column 68 - Warning: <nobr> is not approved by W3C
line 101 column 68 - Warning: missing </nobr> before </td>
line 118 column 68 - Warning: <nobr> is not approved by W3C
line 118 column 68 - Warning: missing </nobr> before <tr>
line 141 column 14 - Warning: missing </font> before </div>
line 143 column 1 - Warning: missing <tr>
line 145 column 9 - Warning: missing <tr>
line 145 column 53 - Warning: missing </center> before <tr>
line 145 column 80 - Warning: inserting implicit <table>
line 148 column 46 - Warning: missing </b> before </td>
line 149 column 46 - Warning: missing </b> before </td>
line 150 column 46 - Warning: missing </b> before </td>
line 152 column 46 - Warning: missing </b> before </td>
line 153 column 46 - Warning: missing </b> before </td>
line 154 column 46 - Warning: missing </b> before </td>
line 157 column 9 - Warning: missing <tr>
line 157 column 53 - Warning: missing </center> before <tr>
line 157 column 80 - Warning: inserting implicit <table>
line 158 column 46 - Warning: missing </b> before </td>
line 159 column 46 - Warning: missing </b> before </td>
line 160 column 46 - Warning: missing </b> before </td>
line 161 column 46 - Warning: missing </b> before </td>
line 164 column 9 - Warning: missing <tr>
line 164 column 53 - Warning: missing </center> before <tr>
line 164 column 74 - Warning: inserting implicit <table>
line 165 column 46 - Warning: missing </b> before </td>
line 166 column 46 - Warning: missing </b> before </td>
line 167 column 46 - Warning: missing </b> before </td>
line 164 column 53 - Warning: missing </center>
line 171 column 9 - Warning: missing <tr>
line 171 column 43 - Warning: missing </center> before <tr>
line 171 column 61 - Warning: inserting implicit <table>
line 175 column 9 - Warning: missing <tr>
line 175 column 53 - Warning: missing </center> before <tr>
line 175 column 75 - Warning: inserting implicit <table>
line 177 column 25 - Warning: missing <td>
line 175 column 53 - Warning: missing </center>
line 208 column 9 - Warning: missing <tr>
line 208 column 53 - Warning: missing </center> before <tr>
line 208 column 81 - Warning: inserting implicit <table>
line 209 column 46 - Warning: missing </b> before </td>
line 210 column 46 - Warning: missing </b> before </td>
line 211 column 46 - Warning: missing </b> before </td>
line 212 column 46 - Warning: missing </b> before </td>
line 215 column 9 - Warning: missing <tr>
line 215 column 53 - Warning: missing </center> before <tr>
line 215 column 72 - Warning: inserting implicit <table>
line 217 column 9 - Warning: <div> isn't allowed in <tr> elements
line 215 column 72 - Info: <tr> previously mentioned
line 219 column 9 - Warning: missing <tr>
line 233 column 13 - Warning: missing <tr>
line 234 column 27 - Warning: <nobr> is not approved by W3C
line 241 column 9 - Warning: missing <tr>
line 241 column 54 - Warning: missing </center> before <tr>
line 241 column 69 - Warning: inserting implicit <table>
line 253 column 9 - Warning: missing </a> before </td>
line 254 column 25 - Warning: discarding unexpected </textarea>
line 254 column 36 - Error: discarding unexpected </form>
line 254 column 43 - Error: discarding unexpected </embed>
line 254 column 51 - Error: discarding unexpected </noembed>
line 254 column 61 - Error: discarding unexpected </noscript>
line 254 column 72 - Error: discarding unexpected </noembed>
line 254 column 82 - Error: discarding unexpected </embed>
128 warnings, 7 errors were found! Not all warnings/errors were shown.
You may need to move one or both of the <form> and </form>
tags. HTML elements should be properly nested and form elements
are no exception. For instance you should not place the <form>
in one table cell and the </form> in another. If the <form> is
placed before a table, the </form> cannot be placed inside the
table! Note that one form can't be nested inside another!
The table summary attribute should be used to describe
the table structure. It is very helpful for people using
non-visual browsers. The scope and headers attributes for
table cells are useful for specifying which headers apply
to each table cell, enabling non-visual browsers to provide
a meaningful context for each cell.
The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.
For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
. You may also want to try
"http://www.cast.org/bobby/" which is a free Web-based
service for checking URLs for accessibility.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.
You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.
To learn more about HTML Tidy see http://tidy.sourceforge.net
Please fill bug reports and queries using the "tracker" on the Tidy web site.
Additionally, questions can be sent to html-tidy@w3.org
HTML and CSS specifications are available from http://www.w3.org/
Lobby your company to join W3C, see http://www.w3.org/Consortium