From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Re: Aligning Columns in HTML Export Tables Date: Mon, 25 Oct 2010 11:02:58 +0200 Message-ID: <83pquy4pbx.fsf@yahoo.it> References: <878w1svl7y.fsf@gollum.intra.norang.ca> <53D6BE6F-C152-45DE-B01B-89D50B4848BC@gmail.com> <87iq0u5v9v.fsf@gmx.de> <87mxq6jpkr.fsf@gmx.de> <87mxq6hvcj.fsf@gmx.de> <7848164C-BDDA-4791-838B-2611670F4F46@gmail.com> <87zku4emk5.fsf@gmx.de> <4D0BED2E-2674-4EA7-8B85-E7A9179D9CDD@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=60556 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAJ8e-0000XV-CE for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 05:14:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAIxJ-00075X-Jn for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 05:03:02 -0400 Received: from nm1-vm0.bullet.mail.ukl.yahoo.com ([217.146.183.224]:48468) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PAIxJ-00075K-B9 for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 05:03:01 -0400 In-Reply-To: <4D0BED2E-2674-4EA7-8B85-E7A9179D9CDD@gmail.com> (Carsten Dominik's message of "Mon, 25 Oct 2010 08:48:06 +0200") 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: Carsten Dominik Cc: Org-mode ml Carsten Dominik writes: > > I am actually using right now: > > th.right { text-align:center; } > th.left { text-align:center; } > th.center { text-align:center; } > > because is seem right to me that a table header is centrally > aligned even if the fields are lift or right aligned. yes, seems to be 'common sense' :-D [at least here in Italy(Europe) ;-)] > Does anyone know enough rules of style to tell me > if this is the right way, of if header fields are supposed > to have the same alignments as the data fields? "Headers are by default center aligned within table cells." [1] [1] http://www.mcu.org.uk/articles/tables.html cheers, Giovanni