Using HTML 4.01 Strict, I get errors on http://validator.w3.org in the table widths and heights. I checked the language online here http://www.w3.org/TR/REC-html40/struct/tables.html and I can't understand why.
These are the errors:
1. there is no attribute "HEIGHT".
<table width="1200" height="231"cellpadding="0" cellspacing="0" border="0">
2. there is no attribute "WIDTH".
<tr><td width="1200" align="left">
3. there is no attribute "HEIGHT".
<tr height="53"valign="bottom">
4. there is no attribute "BGCOLOR".
<table width="990" height="330" bgcolor="#ffffff" cellpadding="0" cellspacing="0
Thanks!






Bookmarks