frm
Well-known member
Since table column widths are inconsistent, there should be an option to display tables at any desired width, in percentage. If text in that block exceeds the width, drop to the following line:
Similar to this if I wanted a 70/30 split.
However, the default should be an even division (1 col = 100; 2 col = 50; 3 col = 33.33; 4 col = 25...).
Option 2 | Value 2 |
---|---|
One | 1 |
Two | 2 |
Three | 3 |
Similar to this if I wanted a 70/30 split.
Code:
[TABLE]
[TR]
[TH=70]Option 2[/TH]
[TH=30]Value 2[/TH]
[/TR]
[TR]
[TD=70]One[/TD]
[TD=30]1[/TD]
[/TR]
[TR]
[TD=70]Two[/TD]
[TD=30]2[/TD]
[/TR]
[TR]
[TD=70]Three[/TD]
[TD=30]3[/TD]
[/TR]
[/TABLE]
However, the default should be an even division (1 col = 100; 2 col = 50; 3 col = 33.33; 4 col = 25...).
Upvote
0