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: goud-H
Subject: [Orgmode] Re: visible row boundaries in html table export
Date: Sun, 11 Feb 2007 08:06:46 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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]