Using Org-mode version 8.0.5 (release_8.0.5-429-gc31655 GNU Emacs 24.3.50 exporting this fragment
#+ATTR_HTML: :width 220px :align right [[http://orgmode.org/worg/][http://example.org/picture.jpg]] gives <div class="figure"> <p> <a href="http://orgmode.org/worg"width="220px" align="right" > <img src="http://example.org/picture.jpg" /> </a> </p> </div> instead of <div class="figure"> <p> <a href="http://orgmode.org/worg"> <img src="http://example.org/picture.jpg" width="220px" align="right"/> </a> </p> </div> So the attributes for <img> are linked to <a> instead of <img> and ignored. What I'm missing? TIA, Robert