I tried to run validation on my site I am getting following errors. Somebody please help me Error1 Line 79, Column 317: required attribute "alt" not specified.…height="120" border="0" id="Image7" /></a></span> </p>✉ 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>. Error2 Line 80, Column 326: required attribute "alt" not specified. …height="120" border="0" id="Image8" /></a></span> <img src="http://www.pixeld 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>. Error3 Line 80, Column 420: required attribute "alt" not specified. …/logo.jpg" width="400" height="160" /> <a href="http://www.pixeldesigns.dk/po✉ 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>. Error4 Line 80, Column 728: required attribute "alt" not specified. …height="120" border="0" id="Image6" /></a><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>.
There are missing 'alt' attribute in your 'img' tags. Syntax - <img src="image source here" alt="Alternate text here" /> alt attribute is Alternate text. read more about it here - http://www.w3.org/QA/Tips/altAttribute http://www.cs.tut.fi/~jkorpela/html/alt.html
Okay I did that. And now my image is displaying with a border which i dont want And it looks so messy. Please help This is how its looking
Thanks. That did help in removing the border. But now another problem. The rollover picture is not showing when I move my mouse on the picture