<AREA ...>SHAPESHAPE = RECT
SHAPE=RECT indicates that the area is a rectangle. For a rectangle the
COORDS
For example, suppose the upper left is at 6,116 and the lower right is at
97,184:
We would use the following code to indicate the shape. note that commas separate all the numbers in
COORDS
<AREA HREF="contacts.html" ALT="Contacts" TITLE="Contacts" SHAPE=RECT COORDS="6,116, 97,184">
which gives us the rectangle in this map:
SHAPE=CIRCLE >>>