I have a table that looks like this and this is its markup
______________________
_____|_______|________
_____|_______|________
-
row 1 column 1
row 1 column 2
row 1 column 3
row 2 column 1
row 2 column 3
This should work. Any element with rowspan="2" will span two rows. you can also put colspan="2" to span columns.
- 热议问题