emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: visible row boundaries in html table export


From: Scott Otterson
Subject: [Orgmode] Re: visible row boundaries in html table export
Date: Sun, 11 Feb 2007 09:46:47 -0800
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

Yes, that'll work. Thanks!

Scott

From: goud-H <address@hidden>

> What would the HTML code look like?
> > - Carsten >

<html>
<body>

<table border=1>

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

<tr>
<td>a<br>a</td>
<td>a<br>a</td>
<td>a<br>a</td>
</tr>

<tr>
<td>b<br>b</td>
<td>b<br>b</td>
<td>b<br>b</td>
</tr>

</table>

</body>
</html>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]