Ajax Dashboard Version 5.03 Valid XHTML Issue

Hi All,

I been trying to fix this issue and still can’t get it figured out. I can’t get it to do a valid xhtml.
Here is what i get back:

3 errors
Line 889, Column 40: document type does not allow element “tr” here

Line 899, Column 43: document type does not allow element “tr” here

Line 1016, Column 12: end tag for “tr” omitted, but OMITTAG NO was specified

Has anyone else had this issue? and is there a fix for it?
thanks

It might be hard to find the error. I have found that sometimes one extra line or misplaced character can cause other “errors” to appear.

Here ya go:
End the table row on line 891:

</table>
</td>
</tr> --this line i changed
<tr align="center" valign="top">
<td class="datahead">Almanac</td>

Thanks that fixed it right up the
but when looking into the php code itself of the ajax-dashboard ver 5.03 it is line #1317 to add to in case anyone else has the issue!