[thelist] caption on images?

italPASTA italPASTA at takas.lt
Mon May 10 10:10:26 CDT 2004


for me this seems the best choice:

<dl class="floatimg">
  <dt><img src="image.jpg" alt="good alt text here" /></dt>
  <dd>Description goes here</dd>
</dl>

It represents teh relationships between the img and the caption.
I took it from http://www.simplebits.com/archives/2004/01/02/simplequiz_part_xi_image_floating.html

-- 
Regards,
 italPASTA

Monday, May 10, 2004, 5:50:02 PM, you wrote:

> At 16:29 on Monday, 10 May 2004,  wrote:

>> What is the best way to put a permanent caption on an image? ALT text
>> will
>> show only when you hold the mouse over the image...

> This also works (in some browsers):

> <fieldset style="width: 300px";>
> <legend>image caption</legend>
> <img src="image.gif" height="125" width="300" />
> </fieldset>

> but will get you hung by the purists!

> ;o)





More information about the thelist mailing list