From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel Clemente" Subject: Re: HTML help needed Date: Tue, 4 Sep 2007 12:03:42 +0200 Message-ID: References: <3734b7d8d910f8135b6d72b1ca0b6027@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISVG7-0006fB-8u for emacs-orgmode@gnu.org; Tue, 04 Sep 2007 06:03:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISVG5-0006ez-Po for emacs-orgmode@gnu.org; Tue, 04 Sep 2007 06:03:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISVG5-0006ew-KF for emacs-orgmode@gnu.org; Tue, 04 Sep 2007 06:03:45 -0400 Received: from fk-out-0910.google.com ([209.85.128.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISVG5-000187-37 for emacs-orgmode@gnu.org; Tue, 04 Sep 2007 06:03:45 -0400 Received: by fk-out-0910.google.com with SMTP id 19so2023231fkr for ; Tue, 04 Sep 2007 03:03:44 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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: org-mode list > the page by means of the file a12.alphagodaddy.com_index.html. This > latter is the culprit as it starts with "" > (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 =84body" element. If necessary add =84!important" so that your rule overrides others. (Or margin-left: 5% !important; margin-right: 5% !important; ) To learn about !important and overriding rules look for =84CSS specifity" at the standard ot the web. Other solutions: - try the same thing with =84padding" (that's like an internal margin of an element) - try changing the margins of the =84html" tag - hack: insert all the content on a
and apply styles there Correct also the HTML errors shown by http://validator.w3.org/ (eg: element should be closed, also , ...). That will be impossible since GoDaddy adds incorrect code to the page (after ). If you really sent the XHTML as application/xhtml+xml (which is the correct way), the page wouldn't show. Sending it as text/html is also a hack. All are hacks... Greetings, Daniel