00497: Add a separate <span> for image captions

Summary: Add a separate <span> for image captions
Created: 2005-08-26 10:41
Status: Closed, added for 2.2.76
Category: Feature
From: Pm
Assigned:
Priority: 4
Version: 2.0.beta55
OS:

Description: From Simon

I would have liked finer control over the caption, eg

   <div class='frame rfloat'>        
   <img src='http://home/gfx/cake.gif' alt='right frame' title='right frame'
   />
   <br />
   <span class='caption' >caption</span>
   </div>

Simon

(also PITS.00489)