I have a table with two cells per row. The first cell is for text (rather big), and the second row is for a table.
This table has three columns, each with both borders black and solid.
But this table is small and the end of the table corresponds to (something like) the
half of the text.
My problem is that the borders of each columns of that table stops at the middle of the cell.
I would have prefered the columns borders to be displayed at the whole cell.
Here is a little scheme:
-------------------------------- The text |A1 |1 | | big | |2 | * | big | -----|-----|----| big | A2 | 1 |* | big | | 2 |** | big |---------------- big | | End of text. | | --------------------------------
I would have prefered something llike:
--------------------------------
The text |A1 |1 | |
big | |2 | * |
big | -----|-----|----|
big | A2 | 1 |* |
big | | 2 |** |
big | | | |
big | | | | End of text. | | | |
--------------------------------
(this ascii art is ok in Mozilla, hope it will be ok for other mail readers too :-)