Lack of interest Add table column width option

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

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:

Option 2Value 2
One1
Two2
Three3

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
This suggestion has been closed. Votes are no longer accepted.
Top Bottom