My org is 7.01 and Emacs23.2
#+ATTR_HTML: alt="apples image" title="How many?" align="right"
width="100px"
[[images/apples6.jpeg]]
produced this.
soichi
2011/2/28 Aankhen
> Hi soichi,
>
> On Mon, Feb 28, 2011 at 06:26, ishi soichi wrote:
> > So I tried putting
> > #+ATTR_HTML: alt="..." width="100px"
> > [[imageURL]]
> > But it does not do anything.
> > Changing
> > Could anyone help me out?
>
> With Org from git (2–3 days old) on Emacs 24, given this text in my Org
> file:
>
> ,----
> | #+ATTR_HTML: alt="Gogola!" width="100"
> | [[./Gogola.gif]]
> `----
>
> I get this in the exported version:
>
> ,----
> |
> `----
>
> Which versions of Emacs & Org are you using? Could you give an
> example of the text in your Org file and the resultant HTML?
>
> Aankhen
>