The next thing you need to do is decide on an image. Then using the Mapper, map out the Coordinates.
To Map Your Image Follow These Steps:Below is a sample image map and the code to built it. Note: The two windows are now clickable links.
<img src="schoolhouse.gif" border=0 height=160 width=115 usemap="#mymap1">
<map name="mymap1">
<area shape=rect coords="22,93,42,106" href="http://www.draac.com/">
<area shape=rect coords="63,93,83,107" href="http://gifs123.tripod.com/">
</map>
That completes the lesson for a Client Side Image Map. For different shape "hot spots" click on the next page to see how to map out circles and polygrams.