You are here: Links and Hot Spots > Using Image Maps > Creating Image Maps Using Other HTML Editors

Creating Image Maps Using Other HTML Editors

1.   Insert a graphic in your HTML source document and set the usemap attribute of the <IMG> tag to the map name, for example:

<img src="MyGraphic" usemap="#MyMap">

2.   Specify the map name using the <MAP> tag:

<map name="Map">

3.   Use the <AREA> tag to specify the hot spot shape, coordinates and the type of D2HML link to use. Additionally, use the D2HML attribute to specify the topic to which you want to link.

<area shape="rect" coords="26,5,168,384" class="C1HJump" d2hml="tag=YUM's Special Features">

For more information on the D2HML attribute, see Using the D2HML Attribute in HTML Source Documents.