emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] HTML help needed


From: Carsten Dominik
Subject: Re: [Orgmode] HTML help needed
Date: Tue, 4 Sep 2007 12:13:40 +0200


On Sep 4, 2007, at 12:03, Daniel Clemente wrote:

the page by means of the file a12.alphagodaddy.com_index.html. This
latter is the culprit as it starts with "<body style='MARGIN:0px;' >"
(after the opening html tag). I don't know how it gets loaded but it
probably is the price you pay for this free service.

   If so, try redefining the style for the „body" element. If
necessary add „!important" so that your rule overrides others.
<style type="text/css">
body {margin: 5% !important;}
</style>

   (Or margin-left: 5% !important; margin-right: 5% !important; )


That did the trick, thanks a lot!

- Carsten





reply via email to

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