Image maps and hot spots
How do I include images with hotspots?
My dreamweaver generated code doesn't work when stuck into my template. Code below. Any suggestions?
carol
<p><img src="info.vantagewest.org/rs/352-NGH-108/images/Auto_Email_600a.jpg" alt="Auto_Email_600a.jpg" height="650" width="600" /><map name="m_Auto_Email_600a" id="m_Auto_Email_600a">
<area shape="rect" coords="300,568,600,631" href="vantagewest.org/banklocally/" target="_blank" title="Why Shop Local" alt="Why Shop Local" />
<area shape="rect" coords="0,568,301,631" href="vantagewest.org/loans-credit/loans/auto/" target="_blank" title="Check Auto Rates" alt="Check Auto Rates" />
</map></p>