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: Wed, 11 Feb 2009 02:48:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)

Jan Seeger <address@hidden> 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 to extend all
> the way down to the end of the image.

I do not understand what you mean by 'I can't use CSS'. You mean
external stylesheets?
If so, no problem. You may add several lines to the
export-options-template on top of the file:

#+STYLE: <style type="text/css"><![CDATA[
#+STYLE: #mySpecialImage{border:1px solid black;border-spacing:10px;...}


Regards,

-- 
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
Http:  www.emma-stil.de




reply via email to

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