Contents

[edit]

Tidy: ... attribute "..." had invalid value "...." and has been replaced

[edit]

Cause:

The attribute value is incorrect. For a color, the value must be a name like "black" or begin with a # like "#FF00FF".

[edit]

Example:

Here the attribute bgcolor is a color, the value should begin with a "#"

Good<td bgcolor="FF00FF">
Good<td bgcolor="#FF00FF">
[edit]

Solution:

Please check the type of the attribute and depending of his type, correct the value.

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Tidy_73"