From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: aligning images, html attributes ignored when exporting to html (longish, sorry) Date: Mon, 23 Apr 2018 11:27:05 -0700 Message-ID: <874lk1dbie.fsf@aquinas.i-did-not-set--mail-host-address--so-tickle-me> References: <87muxwvbf9.fsf@a-rx.info> <87vackuusr.fsf@a-rx.info> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAgBF-0005sM-Ry for emacs-orgmode@gnu.org; Mon, 23 Apr 2018 14:27:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAgBC-0003Cw-O1 for emacs-orgmode@gnu.org; Mon, 23 Apr 2018 14:27:13 -0400 Received: from mail-wr0-x234.google.com ([2a00:1450:400c:c0c::234]:38992) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fAgBC-0003C0-FX for emacs-orgmode@gnu.org; Mon, 23 Apr 2018 14:27:10 -0400 Received: by mail-wr0-x234.google.com with SMTP id q3-v6so33887811wrj.6 for ; Mon, 23 Apr 2018 11:27:10 -0700 (PDT) In-Reply-To: <87vackuusr.fsf@a-rx.info> 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" To: Andreas Reuleaux , emacs-orgmode@gnu.org Hi Andreas, Andreas Reuleaux writes: > Leaving out the double quotes may be comfortable, but I am not > sure if this was a good idea: makes it difficult to see which > parts belong to the style, and where the alt attribute starts: > > #+attr_html: :style float: right; border: 1px solid brown; :alt > foo > this would have been easier to read I think > > #+attr_html: :style "float: right; border: 1px solid brown;" > :alt "foo" This would be a good place to use a CSS class. In your CSS file (or between