lmi
[Top][All Lists]
Advanced

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

Re: [lmi] wxHTML table header alignment


From: Vaclav Slavik
Subject: Re: [lmi] wxHTML table header alignment
Date: Mon, 09 Mar 2009 20:40:29 +0100

On Mon, 2009-03-09 at 16:50 +0000, Greg Chicares wrote:
> Using the 2009-03-08 wx snapshot, I'm seeing what looks like the same
> anomaly reported in my 2008-10-27T02:36Z email, for example with these
> headers (which have no whitespace before close tags):
> 
> <td valign="bottom" width="7%">Curr Net Cash Surr Value</td>
> <td valign="bottom" width="7%">EE Gross Payment</td>
> <td valign="bottom" width="7%">ER Gross Payment</td>

I'm unable to reproduce it in either wxGTK nor wxMSW in
samples/html/test, everything looks OK. Can you see it in the sample? If
not, what should I do to reproduce it? 

I used a modified example markup from your 2008-10-27 email:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd";>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Let me illustrate...</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr align="right">
<td valign="bottom" width="7%">Curr Net Cash Surr Value</td>
<td valign="bottom" width="7%">EE Gross Payment</td>
<td valign="bottom" width="7%">ER Gross Payment</td>
</tr>
</table>
</body>
</html>

(border="1" is there to make the layout visible; it doesn't affect the layout)

Thanks,
Vaclav





reply via email to

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