From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: Aligning Columns in HTML Export Tables Date: Sat, 23 Oct 2010 21:20:00 +0200 Message-ID: <878w1og1i7.fsf@gmx.de> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=45874 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9jdW-0000TB-Ux for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 15:20:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9jdV-0001CL-So for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 15:20:14 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:58963 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P9jdV-0001By-Gy for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 15:20:13 -0400 In-Reply-To: <7848164C-BDDA-4791-838B-2611670F4F46@gmail.com> (Carsten Dominik's message of "Sat, 23 Oct 2010 07:53:17 +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: >> How about this (line-wrapped for readability): >> >> >> >> 1 >> bar >> text >> >> >> instead of >> >> >> 1 >> bar >> text >> >> >> ?? >> >> >> Combined with the ways to add IDs and classes to tables, we could then style >> the >> columns better. >> >> I would like to set this for right aligned tags as default: >> >> td.right { font-family:monospace;text-align:right; } > > OK, fair enough. But I don't think I will make the monospace > the Org default, it looks a bit odd. BUt of cause you can change > this. Great! > I have now in the default style: > > td, th { vertical-align: top; } > th.right { text-align:right; } > th.left { text-align:left; } > th.center { text-align:center; } > td.right { text-align:right; } > td.left { text-align:left; } > td.center { text-align:center; } > > Is there a way to write this more compactly? > > - Carsten No, if you don't want to remove all whitespace :) Ahhhhhhhh, that's cool!!! Thank you!!! Sebastian