From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: positioning inline image Date: Wed, 20 May 2009 07:00:11 +0200 Message-ID: <200D2EB3-262E-4E11-8D10-A22FDA7B60E6@gmail.com> References: <312D561F-47E0-41D7-9825-435610198DA6@ece.rochester.edu> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6duh-0002JN-SP for emacs-orgmode@gnu.org; Wed, 20 May 2009 01:00:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6dud-0002JB-Hd for emacs-orgmode@gnu.org; Wed, 20 May 2009 01:00:23 -0400 Received: from [199.232.76.173] (port=38493 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6dud-0002J8-7V for emacs-orgmode@gnu.org; Wed, 20 May 2009 01:00:19 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:46902) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6duc-0003Vi-P9 for emacs-orgmode@gnu.org; Wed, 20 May 2009 01:00:18 -0400 Received: by ewy6 with SMTP id 6so274707ewy.42 for ; Tue, 19 May 2009 22:00:17 -0700 (PDT) In-Reply-To: <312D561F-47E0-41D7-9825-435610198DA6@ece.rochester.edu> 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: Marvin Doyley Cc: emacs-orgmode@gnu.org On May 20, 2009, at 12:56 AM, Marvin Doyley wrote: > Hi everyone, > > Does anyone knows how to vary the position of inline images. The > default position appear to be is center, but it would be nice to > vary the location especially when exporting as html I am not sure. http://orgmode.org/manual/Images-in-HTML-export.html#Images-in-HTML-export shows how to add attributes to the img tag, but that may not be enough. I don't know much about HTML. Can you describe what kind of HTML code you'd like to generate to vary the position of an image? - Carsten