emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: goud-H <deniseborowy@aol.com>
To: emacs-orgmode@gnu.org
Subject: Re: visible row boundaries in html table export
Date: Sun, 11 Feb 2007 14:24:55 +0000 (UTC)	[thread overview]
Message-ID: <loom.20070211T151434-702@post.gmane.org> (raw)
In-Reply-To: loom.20070211T090501-507@post.gmane.org

goud-H <deniseborowy <at> 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.

<html>
<body>

<table border rules=groups>

<thead>
<tr>
<td>col 1</td>
<td>col 1</td>
<td>col 3</td>
</tr>
</thead>

<tbody>
<tr>
<td>a1</td>
<td>a1</td>
<td>a1</td>
</tr>
<tr>
<td>a2</td>
<td>a2</td>
<td>a2</td>
</tr>
</tbody>

<tbody>
<tr>
<td>b1</td>
<td>b1</td>
<td>b1</td>
</tr><tr>
<td>b2</td>
<td>b2</td>
<td>b2</td>
</tr>
</tbody>

</table>
</body>

</html>


a feasible way could be to insert extra colums with "|" as content.
however, not very nice...


<html>
<body>

<table border rules=groups>

<thead>
<tr>
<td>col 1</td>
<td>|</td>
<td>col 1</td>
<td>|</td>
<td>col 3</td>
</tr>
</thead>

<tbody>
<tr>
<td>a1</td>
<td>|</td>
<td>a1</td>
<td>|</td>
<td>a1</td>
</tr>
<tr>
<td>a2</td>
<td>|</td>
<td>a2</td>
<td>|</td>
<td>a2</td>
</tr>
</tbody>

<tbody>
<tr>
<td>b1</td>
<td>|</td>
<td>b1</td>
<td>|</td>
<td>b1</td>
</tr>
<tr>
<td>b2</td>
<td>|</td>
<td>b2</td>
<td>|</td>
<td>b2</td>
</tr>
</tbody>

</table>
</body>

</html>

  reply	other threads:[~2007-02-11 14:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-10 17:32 visible row boundaries in html table export Scott Otterson
2007-02-11  6:13 ` Carsten Dominik
2007-02-11  8:06   ` goud-H
2007-02-11 14:24     ` goud-H [this message]
     [not found] <200702111425.l1BEPcc1013412@bp34.u.washington.edu>
2007-02-11 17:46 ` Scott Otterson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20070211T151434-702@post.gmane.org \
    --to=deniseborowy@aol.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).