From Htmlpedia
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:
![]() | <image src="example.png" height="55" width="55" height="55"> |
![]() | <image src="example.png" height="55" width="55"> |
[edit]
Solution:
Remove the duplicate attribute.
[edit]
References:
- W3 validator: http://validator.w3.org/


