Zetnet Services - Server Side Image Mapping
<A HREF="mapfile.map"><IMG SRC="image.jpg" BORDER=0 ISMAP></A>
Where:
image.jpg is the name of the image file you want to include.
BORDER=0 removes the blue border from the image which shows that it is a link (this is optional).
ISMAP at the end of the line is important. This tells the browser that the image is an image map.
You can also include any other image attributes, for example HEIGHT, WIDTH, ALT, etc.
rect http://www.users.zetnet.co.uk/yourname/link1.html 1,1 100,100
# This line maps the top left of the image to link1.html
# from 1,1 to 100,100
rect http://.........and so on for all other areas
The image co-ordinates are measured from the top left of the image.
All areas are described by giving the co-ordinates of oposite corners of the area.
This map file should be saved in your web directory with the name used in step 1 above.