HTML
Looking for info on how to make an image map? - See our tutorial How to Make an image Map
For example, suppose the upper left is at
We would use the following code to indicate the shape. note that commas separate all the numbers in
<AREA HREF="contacts.html" ALT="Contacts" TITLE="Contacts" SHAPE=RECT COORDS="6,116, 97,184"> which gives us the rectangle in this map:
|