Well, I figured out a method to get this done. I'm sure there are better ways. This way I done here, you could even use javascript to have pop-ups when clicked etc. But for now, this has made everything ok.<p><img src="images/example" alt=" " border="0" width="175" height="216" usemap="#bldg"/></p>
<map name="bldg" id="bldg">
<area shape="rect"
coords="103,16,117,45"
href="#example1"
title="Example1" alt="Example1"/>
<area shape="rect"
coords="41,46,77,83"
href="#Example2"
title="Example2" alt="Example2"/>
<area shape="rect"
coords="120,32,143,66"
href="#example3"
title="Example3" alt="Example3"/>
<area shape="rect"
coords="32,14,61,41"
href="#example4"
title="Example4" alt="Example4"/>
</map>
Of course you can use several different types of shapes, links etc. Even if you don't want links you can use nohref="nohref" as the link.... as you can tell I used anchor tags to take me to different parts of the page when the image is clicked. This may come in handy for someone one day, then again it may not. But anyway... it was useful for me.
Here is a good link to learn more about mapping an image, different shapes, different link types, different everything to do w/ the code. Have a good day. -Brad