How to Manipulate the IMG Tag with Front Page 2000
Example 1 : Adding or Modifying the ALT Tag
- Create your page with FrontPage 2000 as you would normally.
- When you wish to modify an existing image tag, right click the
image. A small dialogue box will appear; select the Picture Properties
option.

You will see then see the Picture Properties dialogue box :

Type in the desired ALT Tag content in this box.
- Be sure to click the appropriate "OK" Buttons. Once the
operation is completed, you will see that FrontPage inserts the appropriate
ALT tag into the code :
<img SRC="logo.jpg" ALT="Crest of USNA
containing the following text : United States Naval Academy" height=113
width=133>
Example 2 : How to Add the LONGDESC Tag
- To add the LONGDESC Tag to a web page using FrontPage, you will have to
modify the html code manually. If you look at the bottom left hand
corner of the FrontPage window, you will see the default mode of Normal.

Select HTML mode :

-
You will see the html code. Find the <IMG> tag that you would
like to modify and manually insert the LONGDESC information :

Type in the desired LONGDESC information.