Add alternative text to a graphic (alt text) in Cell

R

Ray

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?
 
T

Trevor Lawrence

Ray said:
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'>
 
H

Hot-text

<table summary="">
<tr><td background="Your_Image_Here"
title="Your_Image_Name_Here"></td></tr>
</table>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top