Copy this code for the Image Map of 113cottagerow house. It should be placed after the body tag on your html file.
<!--IMAGEMAP DEFINITION for our main menu selection -->
<map name="mainmap">
<area shape="rect" coords="16,116,56,160" href="link#1">
<area shape="rect" coords="58,116,98,160" href="link#2">
<area shape="rect" coords="100,116,140,160" href="link#3">
<area shape="rect" coords="152,122,186,153" href="link#4">
<area shape="rect" coords="16,165,58,235" href="link#5">
<area shape="rect" coords="58,165,98,235" href="link#6">
<area shape="rect" coords="100,165,140,235" href="link#7">
<area shape="rect" coords="150,160,190,240" href="link#8">
<area shape="rect" coords="24,150,56,305" href="link#9">
<area shape="rect" coords="74,250,140,328" href="link#10">
<area shape="rect" coords="150,260,190,340" href="link#11">
<area shape="rect" coords="0,0,203,360" 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="113cottagerow.gif" width="203" height="360" align=absmiddle border=0 alt="" USEMAP="#mainmap"></CENTER>
Back