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 MemberReceived on Wednesday, 22 September 2004 19:53:35 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:47:31 GMT