From: Ray on
I can do a Alt text in a regular pic but when the pic is thebackground in a
cell the form to enter text is greyed out. Is there way around this?
From: "Trevor Lawrence" Trevor on

"Ray" <Ray(a)discussions.microsoft.com> wrote in message
news:17503F28-FA14-4732-8D18-030334459451(a)microsoft.com...
>I can do a Alt text in a regular pic but when the pic is thebackground in a
> cell the form to enter text is greyed out. Is there way around this?

If it is a cell in a table, you can add a title attribute

I would use the code view to do this, e.g. just type it in as
<td title='My title'>

--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org


From: Kathleen Anderson on
There is no alt attribute for background images.

--

~ Kathleen Anderson
Microsoft MVP - Expression Web
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
Expression Web Wiki: http://expression-web-wiki.com/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


"Ray" <Ray(a)discussions.microsoft.com> wrote in message
news:17503F28-FA14-4732-8D18-030334459451(a)microsoft.com...
>I can do a Alt text in a regular pic but when the pic is thebackground in a
> cell the form to enter text is greyed out. Is there way around this?



From: Hot-text on
<table summary="">
<tr><td background="Your_Image_Here"
title="Your_Image_Name_Here"></td></tr>
</table>



"Ray" <Ray(a)discussions.microsoft.com> wrote in message
news:17503F28-FA14-4732-8D18-030334459451(a)microsoft.com...
> I can do a Alt text in a regular pic but when the pic is thebackground in
> a
> cell the form to enter text is greyed out. Is there way around this?