HTML - What is wrong with this image map?

Morgan

New member
<img src="banner.jpg" alt="Jamie's Therapeutic Touch" usemap="#logmap" style="border-width:0" />

<map id="logomap" name="logomap">
<area shape="rect" coords="179, 12, 759, 74"
href="index.html" alt="Home" />
</map>
 
Back
Top