Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    this is unfortunately not possible directly (due to how HTML tables work), but you can try to achieve this through a little trick:

    Basically, you need to make the cell count in the top row even as well. You can do this, by actually using colspanning in the top row as well. So, every cell in the top row (with the numbers 17, 22, and so in them) is actually two cells, and they are combined through a #colspan# each.
    Then you would combine five cells each for the lower row’s two cells.
    Do you know what I mean?

    You might then need some CSS to get the borders and column widths in order, but this is how I would do it.

    Regards,
    Tobias

    Thread Starter coolenis

    (@coolenis)

    I understand.
    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WP-Table Reloaded] Cell splitting evenly’ is closed to new replies.