Hello, I am trying to make a link to a certain area of the image (for a site map, using the mpa feature), How would I place this code in?

<img src="http://www.mysite.com/images/header03.jpg" width="770" height="230" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" coords="291,195,366,227" href="http://mysite.index.html" />
<area shape="rect" coords="372,194,447,227" href="http://www.mysite.com/page1.html" />
<area shape="rect" coords="455,194,578,225" href="http://www.mysite.com/page2.html" />
<area shape="rect" coords="585,191,768,226" href="http://www.mysite.com/page3.html" />

Please reply ASAP... Thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.