|
Area
<AREA> </AREA> Inside of the MAP tag, each clickable area in an imagemap is defined using the AREA tag. You use the HREF attribute to give the area a URL to link to, and NOHREF to have an area do nothing. The SHAPE and COORDS attributes define the actual area that will be clickable. The SHAPE can be a rectangle, circle, or polygon, and COORDS contains the part of an image, in pixiles, that will be clickable. Each number is seperated by a comma. If SHAPE is set to DEFAULT, no coordinates need to be used. The default area is what will be chosen if no others match. More info on imagemaps can be found in the Imagemaps Tutorial
|