Contents

[edit]

OpenSP: Duplicate specification of attribute ...

[edit]

Cause:

You have specified an attribute more than once. For instance, you have used the "height" attribute twice on the same "img" tag.

[edit]

Example:

Good<image src="example.png" height="55" width="55" height="55">
Good<image src="example.png" height="55" width="55">
[edit]

Solution:

Remove the duplicate attribute.

[edit]

References:

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