Viewing 1 replies (of 1 total)
  • Plugin Author takien

    (@takien)

    This will merge col1 with col 4

    [table]
    [attr rowspan="2"]col1,col2,col3
    col5,col6
    [/table]

    This will merge col1 with col 2

    [table]
    [attr colspan="2"]col1,col3
    col4,col5,col6
    [/table]

    note that you have to remove cell where another cell would be merged to.

Viewing 1 replies (of 1 total)
  • The topic ‘Merging cells’ is closed to new replies.