I cannot reproduce this. What I am getting is this:
<div "width:100px;">
<p>
<img src="../images/mode.gif"/>
</div>
</p></div>
</div>
So there is not quoting problem here. However, there is a problem
with the div stacking, these things are very hard to fix, and I do not
recommend to use the HTML quotes to insert single div tags. Better in
this case is propably to insert the full HTML section you need, like
#+BEGIN_HTML
<div "width:100px;">
<img src="../images/mode.gif"/>
</div>
#+END_HTML
HTH
- Carsten
On Jul 18, 2008, at 11:00 AM, Richard G Riley wrote:
#+HTML: <div "width:100px;">
[[../images/mode.gif]]
#+HTML: </div>
produces this as the html export:
<div width:100px;="">
<p>
<img src="../images/mode.gif"/>
</p>
</div>
Am I missing some sort of escape requirements?
6.06pre1
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode