[VE] [108] Error Message Feedback

Hi, I have used the validator on
 http://pgb.org/Wartabangau/index.php?page=artikel_02;edition=4;translation=;font=;;lang=id 

  and get an error message where I think it is not wrong

the error message was:
--------------------
Line 38, column 11: there is no attribute "name"

<form name='login_form' action='' enctype='multipart/form-data' method='post'>

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.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
--------------------

I have used the attribute 'name' for the element 'form' a few more times within the same document and it did validate within the same validation process, so it does not seem to be wrong.

Received on Wednesday, 2 March 2005 17:05:39 UTC