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.

<a href="#sec-1_1"alt="apples image" title="How many?" align="right" width="100px"><img src="images/apples6.jpeg"/></a>

soichi



2011/2/28 Aankhen <aankhen@gmail.com>
Hi soichi,

On Mon, Feb 28, 2011 at 06:26, ishi soichi <soichi777@gmail.com> 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:

 ,----
 | <img src="./Gogola.gif" alt="Gogola!" width="100" />
 `----

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