sohopigeon
07-06-2010, 06:24 PM
Hi All,
Quick question I hope!
I get the error below when checking site on http://validator.w3.org/
my document type is W3C//DTD XHTML 1.0 Strict and I'm using a "target" attribute. (to open a new window to confirm email address for feedburner)
Is this error anything to worry about?
Should I change my document type to transitional? (I don't really understand the difference between the two and why you should chose one over the other).
thank you
Will
there is no attribute "target"
…t-align:center;" method="post" target="_blank" action="http://feedburner.googl…
✉
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).
Quick question I hope!
I get the error below when checking site on http://validator.w3.org/
my document type is W3C//DTD XHTML 1.0 Strict and I'm using a "target" attribute. (to open a new window to confirm email address for feedburner)
Is this error anything to worry about?
Should I change my document type to transitional? (I don't really understand the difference between the two and why you should chose one over the other).
thank you
Will
there is no attribute "target"
…t-align:center;" method="post" target="_blank" action="http://feedburner.googl…
✉
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).