-
Bug
-
Resolution: Won't Fix
-
Normal
-
None
-
6.0.0, 5.0.11
-
Firefox 11, Chromium 18, Ubuntu 11.04
If I want a table formatted similar to the underneath one
cs stands for colSpan +===========+=====+ +cs=2 +cs=1 + +=====+=====+=====+ +cs=1 +cs=2 + +=====+===========+
when I use a tablelayout I get something like this
+===========+=====+ +cs=2 +cs=1 + +=====+=====+=====+ +cs=1 +cs=2 + +=====+=====+=====+
where the fourth and the third cell have the exact same width of the cells above them