Help Newbie: Where do I go to edit the brief description

M

Michael

Hi.

I'm a newbie and new to this forum. I would appreciate some
assistance.

In Front Page 2003:

Where do I go to edit the brief description of the image alt content??

Thanks in advance.
 
N

Nicholas Savalas - http://savalas.tv

Dear Michael,
Go to split view, or design view (whichever one you're more comfortable
with) and just double click the picture. The picture properties window
will pop up. Changing the alt value is under the general tab. It is
called text there. Or, you could simply edit it in code view directly,
like this:
<img src="images/rss.gif" width="36" height="14" border="0" alt="RSS
feed">
The alt value is, as you have correctly sensed, a required value in
html code - see http://validator.w3.org for more details. Good luck,
Michael.
 
N

Nicholas Savalas - http://savalas.tv

Nope. Type in anything you want. Then test in browser.
 
Top