HTML(Map)

Version Ref:  5.0 (not included in filePro Lite)

Syntax:

HTML:MA :NA "imagemap"

 

HTML

Function

TAG

Tag

Code

Tag Value

Attr

Value

# of

Values

Map

<MAP>

:MA

<none>

:NA

Name

1

Description:

<MAP> identifies imagemap for showing information on the "hot spots"(clickable areas) in an image mentioned in an :AR tag.

Every selectable area should be mentioned in the :AR tag inside the :MA tag. The :NA attribute on the MAP tag assigns a name to the imagemap. The URL for the imagemap should point to this.

 

Example:

You have a map named "foo", you could reference to it with <IMG <../special/img.html> SRC="map.gif" USEMAP="#foo"> if the image was on the same page.