From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Re: Aligning Columns in HTML Export Tables Date: Thu, 21 Oct 2010 09:36:07 +0200 Message-ID: <4CBFED67.1010609@christianmoe.com> References: <878w1svl7y.fsf@gollum.intra.norang.ca> <8739s09yso.fsf@gmx.de> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=54608 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8pfN-0006ko-7X for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 03:34:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8pfL-0002UW-U6 for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 03:34:24 -0400 Received: from mars.hitrost.net ([91.185.193.39]:21243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8pfL-0002Ti-OU for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 03:34:23 -0400 In-Reply-To: <8739s09yso.fsf@gmx.de> 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: Sebastian Rose Cc: Bernt Hansen , Jeff Horn , Org-mode ml On 10/21/10 2:25 AM, Sebastian Rose wrote: (...) >> >> | | | | >> | A | B | C | >> | 1 | 2 | 3 | >> | 12 | 13 | 300 | >> | 9 | 11 | 4 | > > > I get > > > > > as expected. That's interesting. From the same example I get ...using freshly pulled 7.01trans. What might account for the difference? > In Opera it works for me, if I remove the styles for `td' from my > stylesheet. The styles for table data cells will overrule the align > attribute in the col tag. > > Current Firefox seems to ignore the align attribute, although it's valid > XHTML. Good for Opera! I think Firefox generally ignores colgroup styling. Doesn't work on Safari, either. CM