[TESTCASE] khtml and table widths

Martijn Klingens klingens at kde.org
Thu Jul 18 11:53:03 BST 2002


On Thursday 18 July 2002 12:51, Vadim Plessky wrote:
> On Thursday 18 July 2002 1:53 pm, Martijn Klingens wrote:
> |  On Thursday 18 July 2002 11:53, Vadim Plessky wrote:
> |  > KMail uses tables for headers?!.
> |  > Than KMail needs to be fixed!
> |  > KHTML has very good CSS2 support, one DIV with border and padding
> |  > would be enough for *fancy* header!...
> |
> |  I see two columns and four rows. How would you properly align that with
> | divs and spans?
>
> Can you provide HTML you want to re-format?

Not sure if this is what KMail uses, but I guess it is:

<table>
<tr>
  <td>From:</td>
  <td>My name and email address</td>
</tr>
<tr>
  <td>To:</td>
  <td>Your name and email address</td>
</tr>
<tr>
  <td>Date:</td>
  <td>Some date</td>
</tr>
</table>

And then with CSS or HTML 3 (hope not! ;-) styling, but for converting to 
divs/spans those are not important.

If you want this to all align properly I fail to see how you can get rid of 
the tables...
-- 
Martijn





More information about the kfm-devel mailing list