Re: [techs] Summary of techniques teleconference 22 September 2004

John M Slatin wrote:

> It would also be good to have techniques for associating a block
> of text with an image appearing on the same page. (In theory, I 
> suppose it would work to use somehing like 
> <p id="desc_of_chart1">yatta yata</p><img id="chart1">, 
> but if there's something better it would be nice to have!)

I use the longdesc attribute to associate a block of text with an image:

<p>
<img src="..." alt="..." longdesc="#imgdesc">
</p>
<p id="imgdesc">
Description of image here ...
</p>

_____________________________
Supplement your vitamins 
Web: http://juicystudio.com
Keeping developers informed!
IWA/HWG Member

Received on Wednesday, 22 September 2004 19:53:35 UTC