Just ran a validation from W3 and I had 77 errors, lol.
There are a few I can't figure out though because I read from tutorials that these ARE valid attributes.
I don't get how these are wrong. Can anyone help me get these so they make this validator happy?
There are a few I can't figure out though because I read from tutorials that these ARE valid attributes.
Code:
Line 37, column 34: there is no attribute "BOTTOMMARGIN"
<BODY text="#333333" bottommargin="0" vLink="white" link="#bccbdc" bgColor="#999
Line 38, column 11: there is no attribute "LEFTMARGIN"
leftMargin="0" topMargin="0" rightMargin="0">
Line 38, column 25: there is no attribute "TOPMARGIN"
leftMargin="0" topMargin="0" rightMargin="0">
?
Line 38, column 41: there is no attribute "RIGHTMARGIN"
leftMargin="0" topMargin="0" rightMargin="0">
?
Line 41, column 71: there is no attribute "VALIGN"
...er="0" cellspacing="0" cellpadding="0" valign="top">
I don't get how these are wrong. Can anyone help me get these so they make this validator happy?