From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Inconsistent handling of html images and image links Date: Sun, 07 Apr 2013 08:20:36 +0200 Message-ID: <8738v27tfv.fsf@bzg.ath.cx> References: <87bo9ryz7i.fsf@duenenhof-wilhelm.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOiy7-0005BL-BC for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 02:20:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOiy0-0000Uz-8i for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 02:20:47 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:42322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOiy0-0000Ul-2E for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 02:20:40 -0400 Received: by mail-wg0-f41.google.com with SMTP id y10so2851360wgg.2 for ; Sat, 06 Apr 2013 23:20:39 -0700 (PDT) In-Reply-To: <87bo9ryz7i.fsf@duenenhof-wilhelm.de> (Dieter Wilhelm's message of "Sun, 07 Apr 2013 02:13:53 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dieter Wilhelm Cc: emacs-orgmode@gnu.org Hi Dieter, Dieter Wilhelm writes: > before 8pre images [[file:example.png]] where imported left aligned into > html now they are centred. I don't see this. Maybe you configure the the #figure class in your CSS so that figures are centered? > Image links > [[http://example.com][file:example.png]] are *still* imported left > aligned!? The first link you quote is a figure, the second link is a link with an image as a description -- so I think using the #figure class for the first one is relevant, while using a paragraph for the second one is good. Let me know, -- Bastien