Top Left 0,050,50-100,100200,50-250,100Bottom Right 300,200Map Links
2 Top Left 0,02 50,50-100,1002 200,50-250,1002 Bottom Right 300,200
 
    This is a 300 by 200 gif but could just as easily be jpg or any size. The origin 0,0 is in the top left hand corner and the first co-ord is distance for the left and the second is the distance down. Start with the map name and then the co-ords of the rectangle of the area you wish to use as the link coords="0,0,10,10" and the place you want to link to href=TOP-LEFT and finally any pop-up alt="Top Left 0,0"
 
<MAP name="tester">
<AREA type=rect coords="0,0,10,10"    href=TOP-LEFT        alt="Top Left 0,0">
<AREA type=rect coords="50,50,100,100" href=50,50-100,100   alt="50,50-100,100">
<AREA type=rect coords="200,50,250,100" href=blah blah       alt="200,50-250,100">
<AREA type=rect coords="290,190,300,200" href=bottom-right    alt="Bottom Right 300,200">
</MAP>
 
    Then when you call in the image you just add usemap="#tester"
 
<IMG SRC="images/picagif.gif" BORDER=2 usemap="#tester" HEIGHT=200 WIDTH=300>
 
 
 
Back to Omni-Web PageBack to Omni-Web PageEmail Us
 
Source Code
 
<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="Author" CONTENT="nik">
   <META NAME="GENERATOR" CONTENT="Mozilla/4.05 [en] (Win16; I) [Netscape]">
   <TITLE>LINK_MAP</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFCC" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">

<CENTER><MAP name="tester"><AREA type=rect coords="0,0,10,10"    href=TOP-LEFT        alt="Top Left 0,0"><AREA type=rect coords="50,50,100,100" href=50,50-100,100   alt="50,50-100,100"><AREA type=rect coords="200,50,250,100" href=blah blah       alt="200,50-250,100"><AREA type=rect coords="290,190,300,200" href=bottom-right    alt="Bottom Right 300,200"></MAP><FONT SIZE=+4>Map
Links</FONT></CENTER>

<CENTER><MAP name="tester2"><AREA type=rect coords="0,0,10,10"    href=2TOP-LEFT        alt="2 Top Left 0,0"><AREA type=rect coords="50,50,100,100" href=250,50-100,100   alt="2 50,50-100,100"><AREA type=rect coords="200,50,250,100" href=2blah blah       alt="2 200,50-250,100"><AREA type=rect coords="290,190,300,200" href=2bottom-right    alt="2 Bottom Right 300,200"></MAP></CENTER>

<CENTER><FONT SIZE=+1>&nbsp;</FONT></CENTER>

<BLOCKQUOTE><FONT SIZE=+1>&nbsp;&nbsp;&nbsp; This is a 300 by 200 gif but
could just as easily be jpg or any size. The origin 0,0 is in the top left
hand corner and the first co-ord is distance for the left and the second
is the distance down. Start with the map name and then the co-ords of the
rectangle of the area you wish to use as the link </FONT>coords="0,0,10,10"
<FONT SIZE=+1>and the place you want to link to </FONT>href=TOP-LEFT <FONT SIZE=+1>and
finally any pop-up </FONT>alt="Top Left 0,0"
<BR>&nbsp;
<BR>&lt;MAP name="tester">
<BR>&lt;AREA type=rect coords="0,0,10,10"&nbsp;&nbsp;&nbsp; href=TOP-LEFT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
alt="Top Left 0,0">
<BR>&lt;AREA type=rect coords="50,50,100,100" href=50,50-100,100&nbsp;&nbsp;
alt="50,50-100,100">
<BR>&lt;AREA type=rect coords="200,50,250,100" href=blah blah&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
alt="200,50-250,100">
<BR>&lt;AREA type=rect coords="290,190,300,200" href=bottom-right&nbsp;&nbsp;&nbsp;
alt="Bottom Right 300,200">
<BR>&lt;/MAP>
<BR>&nbsp;
<BR><FONT SIZE=+1>&nbsp;&nbsp;&nbsp; Then when you call in the image you
just add </FONT>usemap="#tester"
<BR>&nbsp;
<BR>&lt;IMG SRC="images/picagif.gif" BORDER=2 usemap="#tester" HEIGHT=200
WIDTH=300></BLOCKQUOTE>

<CENTER><FONT SIZE=+1>&nbsp;</FONT></CENTER>

<CENTER><IMG SRC="images/picagif.gif" BORDER=2 usemap="#tester" HEIGHT=200 WIDTH=300>&nbsp;<IMG SRC="images/picagif.gif" BORDER=2 usemap="#tester2" HEIGHT=200 WIDTH=300></CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER><A HREF="../index.htm"><IMG SRC="../but_home.gif" ALT="Back to Omni-Web Page" BORDER=0 HEIGHT=32 WIDTH=128></A><A HREF="index.htm"><IMG SRC="../but_htm.gif" ALT="Back to Omni-Web Page" BORDER=0 HEIGHT=32 WIDTH=128></A><A HREF="mailto:htmlcode@enquires.f9.co.uk"><IMG SRC="../but_eml.gif" ALT="Email Us" BORDER=0 HEIGHT=32 WIDTH=128></A></CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER><FONT SIZE=+2>Source Code</FONT></CENTER>

<CENTER>&nbsp;</CENTER>
&nbsp;
</BODY>
</HTML>