HTML
Looking for info on how to make an image map? - See our tutorial How to Make an image Map
For example, suppose the corners of the polygon are located at these coordinates:
... as shown in this diagram:
We would set the coordinates with code like this:
<AREA HREF="new.html" ALT="New!" TITLE="New!" SHAPE=POLY COORDS="150,217, 190,257, 150,297, 110,257"> which gives us the diamond shape in this map:
|