I´ve been trying to make my web page using the W3C MarkUp Validation Service I simply can´t make that xhtml code valid.
and the errors are so weird, for example this ones:
Line 180, column 29: there is no attribute "id" (explain...).
<TABLE WIDTH="100%" id="border">
^
Line 180, column 37: element "TABLE" undefined (explain...).
<TABLE WIDTH="100%" id="border">
^
😕
I know this is offtopic, but since I use php to get data from db, I think that has a lot of influence.
Do u have any suggestion?