Carsten Dominik <[EMAIL PROTECTED]> 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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to