On 9/23/06, Dirk <[EMAIL PROTECTED]> wrote: > Shun-ichi GOTO wrote: > > > > How about using <CAPTION> tag in table? > > ex: > > > > <TABLE style="float:right"><TR><TD><IMG src="..."/></TD></TR> > > <CAPTION style="caption-side:bottom">My caption</CAPTION> > > </TABLE> > > That would work, but I was hoping to be able to do it in the Wiki > without having to resort to HTML. ;)
I meant that you can enhance ImageMacro() to support caption like render as above. Of course you can make new macro (ex. CaptionedImage macro) by copying and modifying ImageMacro(). I imagined a plan to enhance... The image macro will wrap usual output by TABLE like above if new label=xxx option is specified. xxx is 'top' or 'bottom' which goes to value of 'caption-side' style setting. The value of <CAPTION></CAPTION> is specified by (existing) caption=xxx option. -- Shun-ichi GOTO --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
