[Top][All Lists]
[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: |
Thu, 30 Oct 2008 08:30:23 +0100 |
On Tue, 2008-10-28 at 17:24 +0100, Vaclav Slavik wrote:
> I don't think so, this very much looks like something is broken deep
> in the layout code.
It wasn't that bad, the fix is here:
http://trac.wxwidgets.org/changeset/56590
As a temporary workaround before 2.8.10, it helps to eliminate the
whitespace between closing </th> and the next <th>, e.g. like this:
<th valign="bottom" width="8%">Net Outlay
</th><th valign="bottom" width="8%">Specified Amount</th>
Regards,
Vaclav