On 9/21/06, Dirk <[EMAIL PROTECTED]> wrote: > I've trying to do this, but don't know a good way yet. The workaround > I've used is to put the image and the caption in a table cell with a > linebreak. > > But I couldn't figure out a way to center table cells. Anybody have an > idea on that one?
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> -- 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 -~----------~----~----~----~------~----~------~--~---
