OGGordon
11-18-2009, 08:13 PM
Sup guys and gals,
so I am in the process of cleaning up my first website :thumbsup:
Unfortunately, I encountered 160 errors + 1 warning :eek: ugh.
Some of the errors are easy to fix however some I just can't figure out. Hopefully, probably you guys can help me out.
Here's one:
Line 59, Column 55: required attribute "alt" not specified
<br><img src="images/spacer.gif" height="2" width="2"></br>
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
I'm not sure how I can fix that one. Can I just add: alt=""
where the error was found?
TIA btw.
the URL is www.testobject.cwsurf.de
so I am in the process of cleaning up my first website :thumbsup:
Unfortunately, I encountered 160 errors + 1 warning :eek: ugh.
Some of the errors are easy to fix however some I just can't figure out. Hopefully, probably you guys can help me out.
Here's one:
Line 59, Column 55: required attribute "alt" not specified
<br><img src="images/spacer.gif" height="2" width="2"></br>
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
I'm not sure how I can fix that one. Can I just add: alt=""
where the error was found?
TIA btw.
the URL is www.testobject.cwsurf.de