there is no attribute %1

Cause:

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).

Example:

textexample textexample

Bad:
textexample textexample
Good:
textexample textexample

Solution:

textexample textexample

References: