Re: Fw: [webwatch] How to return from longdesc?

> What is the best way to code a return link from a longdesc image
> description document?

A technique that I have used is to put the longdesc text at the very 
bottom of the page, like this:

<a name='img1'></a>
<img ..... longdesc='#text1' />

<!-- Rest of the page -->

<a name='text1'></a>
<p>
A description of the picture
</p>
<p>
<a href='#img1' title='Return to image'>Back</a>
</p>


Cheers

M

-- 
Matthew Smith
Kadina Business Consultancy
South Australia
http://www.kbc.net.au

Received on Saturday, 16 August 2003 06:55:42 UTC