Is it posible to set different cell width in rows?

General TRichView support forum. Please post your questions here
Post Reply
laxmikantj
Posts: 17
Joined: Wed Apr 30, 2008 8:07 pm

Is it posible to set different cell width in rows?

Post by laxmikantj »

Hi,

For example:
Table having 2 rows, 2 cells in first row and 3 cells in 2nd row.
I have to set width of the cells as 45% and 55% in first row and
33%, 30%, 37% in second row.

Is it posible?
or what can be alternative solution?


Thanks to all.

Rgds,
Laxmikant
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I'd recommend to create two tables.
Alternatively, you can create a table with 4 columns:
row1:
(ColSpan=2, 45%)(ColSpan=2, 55%)
row2:
(33%)(ColSpan=2, 30%)(37%)
Post Reply