Re: [Orgmode] Adding HTML into exported files

2009-02-11 Thread Jan Seeger
At Wed, 11 Feb 2009 02:48:26 +0100, Sebastian Rose wrote: > > Jan Seeger writes: > >> and C) > >> > >> This is the cleanest way to do it. > >> > >> #+ATTR_HTML: alt="an image" id="mySpecialImmage" > >> [[./img/a.jpg] ] > >> > >> and use CSS. > >> > > The problem is that I can't use CSS. I n

Re: [Orgmode] Adding HTML into exported files

2009-02-11 Thread Carsten Dominik
On Feb 10, 2009, at 8:56 PM, Richard Riley wrote: Carsten Dominik writes: On Feb 10, 2009, at 3:05 PM, Richard Riley wrote: Sebastian Rose writes: This is the cleanest way to do it. #+ATTR_HTML: alt="an image" id="mySpecialImmage" [[./img/a.jpg] ] and use CSS. I didn't know about

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
> Carsten Dominik writes: >> It is documented here: >> >> http://orgmode.org/manual/Links.html#Links >> >> Is this not the right place? The export section seems a good place actually. I just forgot, that images and links share a common syntax. Now, as I read this, I see that links and images ar

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
Jan Seeger writes: >> and C) >> >> This is the cleanest way to do it. >> >> #+ATTR_HTML: alt="an image" id="mySpecialImmage" >> [[./img/a.jpg] ] >> >> and use CSS. >> > The problem is that I can't use CSS. I need to modify the HTML to > insert an element which forces the outline-2 container

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Richard Riley
Carsten Dominik writes: > On Feb 10, 2009, at 3:05 PM, Richard Riley wrote: > >> Sebastian Rose writes: >> >>> >>> This is the cleanest way to do it. >>> >>> #+ATTR_HTML: alt="an image" id="mySpecialImmage" >>> [[./img/a.jpg] ] >>> >>> and use CSS. >>> >>> >> >> I didn't know about this! >> >>

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Carsten Dominik
On Feb 10, 2009, at 3:05 PM, Richard Riley wrote: Sebastian Rose writes: This is the cleanest way to do it. #+ATTR_HTML: alt="an image" id="mySpecialImmage" [[./img/a.jpg] ] and use CSS. I didn't know about this! Should this maybe be documented somewhere other than in the Links se

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Richard Riley
Sebastian Rose writes: > Richard Riley writes: >> Sebastian Rose writes: >> >>> >>> This is the cleanest way to do it. >>> >>> #+ATTR_HTML: alt="an image" id="mySpecialImmage" >>> [[./img/a.jpg] ] >>> >>> and use CSS. >>> >>> >> >> I didn't know about this! >> >> Should this maybe be documen

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Jan Seeger
At Tue, 10 Feb 2009 15:03:47 +0100, Sebastian Rose wrote: > > Hi Jan, > > > there are several possiblities to achive your goal. > > B) > > #+begin_html > > Html code here > > #+end_html Yep, that's what I did. It's somewhat ugly though. > and C) > > This is the cleanest way to do it

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
Richard Riley writes: > Sebastian Rose writes: > >> >> This is the cleanest way to do it. >> >> #+ATTR_HTML: alt="an image" id="mySpecialImmage" >> [[./img/a.jpg] ] >> >> and use CSS. >> >> > > I didn't know about this! > > Should this maybe be documented somewhere other than in the Links secti

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Richard Riley
Sebastian Rose writes: > > This is the cleanest way to do it. > > #+ATTR_HTML: alt="an image" id="mySpecialImmage" > [[./img/a.jpg] ] > > and use CSS. > > I didn't know about this! Should this maybe be documented somewhere other than in the Links section of the manual? (org) Links regards

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
Jan Seeger 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 resiz