Copy this code for the Image Map of 115cottagerow house. It should be placed after the body tag on your html file.
<!--IMAGEMAP DEFINITION for main menu selection -->
<map name="cottagemap">
<area shape="rect" coords="38,158,56,200" href="link#1">
<area shape="rect" coords="60,158,80,200" href="link#2">
<area shape="rect" coords="90,156,100,200" href="link#3">
<area shape="rect" coords="114,162,150,195" href="link#4">
<area shape="rect" coords="170,158,176,200" href="link#5">
<area shape="rect" coords="190,160,208,200" href="link#6">
<area shape="rect" coords="212,160,230,200" href="link#7">
<area shape="rect" coords="40,240,76,280" href="link#8">
<area shape="rect" coords="90,230,100,276" href="link#9">
<area shape="rect" coords="110,238,158,300" href="link#10">
<area shape="rect" coords="168,234,176,275" href="link#11">
<area shape="rect" coords="190,240,227,277" href="link#12">
<area shape="rect" coords="0,0,260,350" nohref>
</map>
Place this code where you want to place your image map (it is not necessary to have the image centered).
<CENTER><IMG src="115cottagerow.gif" width="260" height="350" align=absmiddle border=0 alt="Image Map" USEMAP="#cottagemap"></CENTER>
Back