emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Adding HTML into exported files


From: Sebastian Rose
Subject: Re: [Orgmode] Adding HTML into exported files
Date: Tue, 10 Feb 2009 15:03:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)

Jan Seeger <address@hidden> 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.
> address@hidden
> 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: address@hidden, address@hidden
Http:  www.emma-stil.de




reply via email to

[Prev in Thread] Current Thread [Next in Thread]