From mboxrd@z Thu Jan 1 00:00:00 1970 From: goud-H Subject: Re: visible row boundaries in html table export Date: Sun, 11 Feb 2007 14:24:55 +0000 (UTC) Message-ID: References: <45CE01A1.3040805@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HGFdr-0006vy-SJ for emacs-orgmode@gnu.org; Sun, 11 Feb 2007 09:25:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HGFdq-0006vm-Ae for emacs-orgmode@gnu.org; Sun, 11 Feb 2007 09:25:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGFdq-0006vj-7B for emacs-orgmode@gnu.org; Sun, 11 Feb 2007 09:25:22 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HGFdp-0004yX-3m for emacs-orgmode@gnu.org; Sun, 11 Feb 2007 09:25:21 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HGFdW-00010x-QG for emacs-orgmode@gnu.org; Sun, 11 Feb 2007 15:25:08 +0100 Received: from cache-frr-ab09.proxy.aol.com ([195.93.60.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Feb 2007 15:25:02 +0100 Received: from deniseborowy by cache-frr-ab09.proxy.aol.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Feb 2007 15:25:02 +0100 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: emacs-orgmode@gnu.org goud-H aol.com> writes: > > What would the HTML code look like? > > > > - Carsten merging the content of 2 rows can only be avoided by defining table border rules, unfortunately this gives lines below groups of 2 rows, but no lines in between the colums.
col 1 col 1 col 3
a1 a1 a1
a2 a2 a2
b1 b1 b1
b2 b2 b2
a feasible way could be to insert extra colums with "|" as content. however, not very nice...
col 1 | col 1 | col 3
a1 | a1 | a1
a2 | a2 | a2
b1 | b1 | b1
b2 | b2 | b2