From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: WISH: Add the possiblity to add captions to tables/images Date: Thu, 04 Dec 2008 14:42:33 -0500 Message-ID: <87r64nenh2.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8K66-0000C4-Lp for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 14:42:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8K63-0000BW-TU for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 14:42:50 -0500 Received: from [199.232.76.173] (port=40869 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8K63-0000BR-Qq for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 14:42:47 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:65396) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L8K63-0007r0-Ia for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 14:42:47 -0500 In-Reply-To: (Carsten Dominik's message of "Thu\, 4 Dec 2008 16\:44\:39 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org, danielpoe@gmx.de Carsten Dominik 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. blah ...
the caption goes here
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