curry_hurry
01-16-2004, 12:31 AM
I've tried to follow the directions on Lissa's image map page, but I'm running into some problems. I put both the code for the image and the code for the map inside the body tag, one after the other, and the image shows up fine, but there are no linked areas ANYWHERE on the page. I mean, you'd think that if I got the coordinates wrong at least something would show up linked, right? But that's not the case. The image that I'm trying to image map is here: http://www.farbeitfromme.com/blogger/imagemaptest.html. This is the code that I have in my page
<img src="hatlayout.gif" usemap="#mymap" width="884" height="902" border="0">
<map name="mymap">
<area shape="rect" coords="16,255,30,308" href="me.html">
<area shape="rect" coords="32,262,44,358" href="links.html">
<area shape="rect" coords="46,270,59,428" href="graphics.html">
<area shape="rect" coords="62,280,77,484" href="fanlistings.html">
</map>
I would use CuteMap but my trial period has run out. So am I doing something really stupid here? HELLLLP!
<img src="hatlayout.gif" usemap="#mymap" width="884" height="902" border="0">
<map name="mymap">
<area shape="rect" coords="16,255,30,308" href="me.html">
<area shape="rect" coords="32,262,44,358" href="links.html">
<area shape="rect" coords="46,270,59,428" href="graphics.html">
<area shape="rect" coords="62,280,77,484" href="fanlistings.html">
</map>
I would use CuteMap but my trial period has run out. So am I doing something really stupid here? HELLLLP!