From mboxrd@z Thu Jan 1 00:00:00 1970 From: soichi i Subject: Re: adding a style to individual images Date: Mon, 28 Feb 2011 15:56:22 +0900 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41106 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ptx1r-0007Ql-Vl for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 01:56:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ptx1r-0007PV-2S for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 01:56:23 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:57049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ptx1r-0007PM-0C for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 01:56:23 -0500 Received: by gyb13 with SMTP id 13so1815075gyb.0 for ; Sun, 27 Feb 2011 22:56:22 -0800 (PST) In-Reply-To: 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: Aankhen Cc: emacs-orgmode@gnu.org, ishi soichi It did work as I wished! Thanks! soichi 2011/2/28 Aankhen : > On Mon, Feb 28, 2011 at 12:00, ishi soichi wrote: >> My org is 7.01 and Emacs23.2 >> #+ATTR_HTML: alt=3D"apples image" title=3D"How many?" align=3D"right" >> width=3D"100px" >> [[images/apples6.jpeg]] >> produced this. >> > width=3D"100px"> > > Try changing that to =91[[./images/apples6.jpeg]]=92 (add ./ to the > beginning). =A0Not sure what else it might be=97my Org experience is stil= l > in a nascent stage. > > By the way, the =91width=92 attribute already uses pixels for its units, > so =91width=3D"100"=92 would be enough. > > Aankhen >