Originally posted by: Mark R
Your coords aren't right - they need to be 2 pairs.
e.g.
<area shape=rect coords="71,100 150,200" href="test.html" alt="home">
or if useing circles - then the 3rd is the radius = so needs to be reasonably sized (1 or 2 pixels is too small to be useful)
<area shape=circle coords="71,100,50" href="test.html" alt="products">
You also need the alt tag (according to standards) although it will probably work without it.
You also need an 'ismap' attribute on your img tag.
e.g.
<img src="print_paw.jpg" name="graphic3" width="234" height="293" ismap usemap="#imgmap">