I am getting one error on a page I am trying to validate, I am sure its simple to work out but me being thick at html I cant seem to
The error is
'Line 1464, column 28: end tag for "tr" which is not finished .'
The code in question relvolves around
I tried taking out the tr the validate site said but that made things worseCode:<tbody> <tr> <td align="center"> <table style="width: 594px; height: 35px;" border="0" cellpadding="4" cellspacing="0"> <tbody> <tr> </tr> </tbody> </table> </td> </tr> </tbody> </table>
Thnx








Bookmarks