From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: export and containers Date: Sat, 28 Feb 2009 12:37:17 +0100 Message-ID: <87eixikd1u.fsf@kassiopeya.MSHEIMNETZ> References: <49a91200.1438560a.6867.ffffb3e4@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdNSV-0004v4-IY for emacs-orgmode@gnu.org; Sat, 28 Feb 2009 06:34:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdNST-0004tI-Qz for emacs-orgmode@gnu.org; Sat, 28 Feb 2009 06:34:19 -0500 Received: from [199.232.76.173] (port=56874 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdNST-0004t9-Nb for emacs-orgmode@gnu.org; Sat, 28 Feb 2009 06:34:17 -0500 Received: from mail.gmx.net ([213.165.64.20]:50682) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LdNST-0007WS-5c for emacs-orgmode@gnu.org; Sat, 28 Feb 2009 06:34:17 -0500 In-Reply-To: <49a91200.1438560a.6867.ffffb3e4@mx.google.com> (Richard Riley's message of "Sat, 28 Feb 2009 11:29:19 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Richard Riley Cc: org-mode Richard Riley writes: > It's been a while since I've looked at my org set up. One thing that > always struck me as a bit hacky was my use of > > :preamble "
> > and the corresponding postamble to enclose the exported web pages into a > "container" div. Is there a better way to do this? I would think it > would be a common enough need that by default or via an option all html > should be enclosed in a "webcontainer" ID. While one container around everything makes it possible to center the page horizontally, two containers make it possible to center the page vertically as well. If we would go and change the structure once again, I'd even suggest the following:
-- center the page if desired
-- center the page if desired
-- Help with fixed TOC
the toc
-- Help with fixed TOC All the rest of the content goes here
postamble
Having two boxes for the TOC would make the fixed TOC work in IE. In general, I prefere to use two kinds of Boxes: - one for positioning, floating and so on. This one should have _no_ padding or margin at all! - one for margin, padding, styling. I found, this is the only way to reliably enforce a layout across browsers. column-1 and column-2 are for that very reason. All we can do to put the TOC to the left or right is, to add margins to the body or the level 1 contents, and place it there. This is, what causes the problems with the fixed TOC in IE. `column-1' and `column-2' (and `postamble') make it possible, to adjust the layout in various common ways. The `percent-50' (oh what a name) and `wrap' are just there, to be able to center the whole page horizontally _and_ veritcally. Best, -- 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