Jan Seeger <jan.see...@thenybble.de> writes: > Greetings! > > I am currently creating a website using org-mode, and I want images to > float to the right. However, that leads to a problem that the outline > container doesn't resize to contain the image (Attached is a screenshot). > > To force the outline container to resize, it would work to add "<div > style="clear: both"/>" before the end of the last container as > suggested here: http://csscreator.com/node/78. > > Is there any infrastructure in place to add something like this, or > would I have to patch the code?
Hi Jan, there are several possiblities to achive your goal. A) @<div><img... /></div>@ Not shure if this is still supported though. I don't use that anymore B) #+begin_html Html code here #+end_html and C) This is the cleanest way to do it. #+ATTR_HTML: alt="an image" id="mySpecialImmage" [[./img/a.jpg] ] and use CSS. see http://orgmode.org/Changes.html?OCCUR=image (press `S-s' to find all matches for `image') Best, Sebastian > Best Regards, > Jan Seeger > > > _______________________________________________ > 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 -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Email: s.r...@emma-stil.de, sebastian_r...@gmx.de Http: www.emma-stil.de _______________________________________________ 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