Static Map [Google Maps]*Update Embed the following code in <embed> ... </embed> tags. <img src="http://www.goopal.org/goopal.gif" usemap="#map1"> <map name="map1"> <area title="G Map" shape="rect" coords="0,0,65,65" href="#" > <area title="1st O Map" shape="circle" coords="90,45,20" href="#" /> <area title="P Map" shape="poly" coords="170,25,220,25,170,93" href="#" /> </map>
There are 3 standard shapes for an Image Map.
Rectangle:(Over "G")
(Over the green "O")
shape="circle" coords="90,45,20" title="1st O Map"
(Over the "P") shape="poly" coords="170,25,220,25,170,93" title="P Map"
|
* Google Sites - HTML BoxAdvanced HTML, JavaScript, Google Library APIs and CSS Update:HTML Link : Google Sites - Rich Snippet Support |
Google Sites HTML >