emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: WISH: Add the possiblity to add captions to tables/images


From: Bernt Hansen
Subject: [Orgmode] Re: WISH: Add the possiblity to add captions to tables/images
Date: Thu, 04 Dec 2008 14:42:33 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Carsten Dominik <address@hidden> writes:

> HTML does not really have a natural way to add a caption to an image
> or a table (as far as I know, that is).  What structural element
> would you propose?

Tables are easy.

<table> blah
<caption> the caption goes here </caption>
<tr> 
...
</tr>
</table>

http://www.w3.org/TR/html401/struct/tables.html#h-11.2.2

For images you can do it with CSS

http://www.w3.org/Style/Examples/007/figures

-Bernt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]