Is there a way to make different parts of a picture different hyperlinks. I have this page, and would like each place on the maps to be hyperlinks. It is one picture.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[green]<map name="map1">[/green]
[red]<area shape="circle" coords="183,176,22" href="link101.html"[/red]
<area shape="rect" coords="48,320,121,345" href="link102.html">
<area shape="rect" coords="243,320,306,345" href="link103.html">
<area shape="default" nohref></map>
[blue]<img src="YourImage.gif" border="0" usemap="#map1" alt="Put Your
Text Here." width="354" height="450">[/blue]
<map NAME="ParoMap">
<area SHAPE="RECT" COORDS="247,37 380,53" HREF="[URL unfurl="true"]http://www.wainwright.parocys.org"[/URL] ALT="Fort Wainwright CYS Home Page">
<area SHAPE="RECT" COORDS="382,55 485,68" HREF="[URL unfurl="true"]http://www.greely.parocys.org"[/URL] ALT="Fort Greely CYS Home Page">
<area SHAPE="RECT" COORDS="374,102 505,119" HREF="[URL unfurl="true"]http://www.richardson.parocys.org"[/URL] ALT="Fort Richardson CYS Home Page">
<area SHAPE="RECT" COORDS="24,232 129,263" HREF="[URL unfurl="true"]http://www.zama.parocys.org"[/URL] ALT="Camp Zama/Sagamihara CYS Home Page">
<area SHAPE="RECT" COORDS="527,248 762,279" HREF="[URL unfurl="true"]http://www.hawaii.parocys.org"[/URL] ALT="Hawaii CYS Home Page">
<area SHAPE="RECT" COORDS="563,344 716,365" HREF="[URL unfurl="true"]http://www.kwajalein.parocys.org"[/URL] ALT="Kwajalein CYS Home Page">
<img src="ParoCYSHome.jpg" border=0 width=768 height=565 usemap="#ParoMap">
</img>
</map>