Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FP: How to Create Alternate Text for Different Hot Spots in the Same Image Map


View products that this article applies to.

Summary

This article explains how to add alternate text to different hot spots on the same image map.

A hot spot is an area on a Web-page object that contains a hyperlink. A picture or other graphic object that contains a hot spot is called an image map.

↑ Back to the top


More information

To add alternate text for different hot spots on the same image map, follow these steps:
  1. With the hot spots already created on your image map, click HTML to view the source code.
  2. Locate the tag that contains the following text
    area href
    for the image map that you want to edit.
  3. After the shape tag for each hotspot, type the following:
    alt="text"
    For example:
    <area href="page.htm" shape="rect" alt="alternate text" coords="39,53,170,137">
    					
  4. Repeat steps 2 and 3 for each hot spot that you have created.
NOTE: The "alt" portion of the area href tag actually designates a ScreenTip, not alternate text, but the effect is that of alternate text.

↑ Back to the top


Keywords: KB308136, kbinfo, kbhowto

↑ Back to the top

Article Info
Article ID : 308136
Revision : 5
Created on : 1/31/2007
Published on : 1/31/2007
Exists online : False
Views : 336