Kriegster
05-03-2009, 06:33 PM
I've got 3 errors left for my HTML validation; and here they are:
Line 14, Column 56: Attribute "height" exists, but can not be used for this element.
…" align="center" width="935" height="208" border="0" cellpadding="0" cellspac
✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
And that line is:
<table id="Table_01" align="center" width="935" height="208" border="0" cellpadding="0" cellspacing="0">
I'm not sure how to fix this or why it's coming up, but since my other 2 errors are the exact same (invalid attributes), I'll just see if I can get this one fixed and follow accordingly. I wish I could link to the site, but I've got it blocked off via .htaccess while I build it :\. So, if anyone could tell me why this isn't working I'd be greatly appreciative. P.S.: the doctype is correct.
Line 14, Column 56: Attribute "height" exists, but can not be used for this element.
…" align="center" width="935" height="208" border="0" cellpadding="0" cellspac
✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
And that line is:
<table id="Table_01" align="center" width="935" height="208" border="0" cellpadding="0" cellspacing="0">
I'm not sure how to fix this or why it's coming up, but since my other 2 errors are the exact same (invalid attributes), I'll just see if I can get this one fixed and follow accordingly. I wish I could link to the site, but I've got it blocked off via .htaccess while I build it :\. So, if anyone could tell me why this isn't working I'd be greatly appreciative. P.S.: the doctype is correct.