W3m (0.1.9) is formatting tables in a way I would not expect. I was
wondering if someone here could tell me whether it is w3m's behavior or
my expectations that are incorrect. In short, when formatting table
rows that contain no text, or only , w3m does not show the row at
all.
I created a table similar to the following example.
<HTML>
<HEAD>
<TITLE>Table Test</TITLE>
</HEAD>
<BODY>
<TABLE cellspacing="0" cellpadding="0">
<TR>
<TH>Column 1
<TH>Column 2
<TR>
<TD>A
<TD>B
<TR>
<TD>
<TD>
<TR>
<TD>E
<TD>F
</TABLE>
</BODY>
</HTML>
I expected w3m to display the table like this (which is how Netscape
displays it):
Column 1 Column 2
A B
E F
Instead, w3m displays it like this:
Column 1 Column 2
A B
E F
--
Gary Johnson | Agilent Technologies
gjohnson@agilent.com | RF Communications Product Generation Unit
| Spokane, Washington, USA
This archive was generated by hypermail 2b29 : Wed Jul 19 2000 - 10:30:43 CDT