1. Error Line 99, Column 29: required attribute "id" not specified
<map name="dianatech_banner">
✉
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>.
jaky tam moze byt problem?
map som robil podla prikladu:
http://www.w3schools.com/tags/att_map_name.asp
mam obrazok:
Kód:
<img src="pictures/dianatech_12.jpg" alt="DianaTech main banner" usemap="#dianatech_banner" border="0" />
a dole map:
Kód:
<map name="dianatech_banner">
<area shape="rect" coords="140,66,277,98" href="http://www.komesplus.sk/" target="_blank" alt="Komes plus" />
</map>