私はこのようなHTMLテーブルを持っています:
-------------------------------------------------
|Column 1 |Column 2 |
-------------------------------------------------
|this is the text in column |this is the column |
|one which wraps |two test |
-------------------------------------------------
しかし、私は2番目の行がこのように1つの列になることを望んでいません:
-------------------------------------------------
|Column 1 |Column 2 |
-------------------------------------------------
|this is the text in column |this is the column |
|one which wraps two test |
-------------------------------------------------
列にrowspanを使用すると、上記の列が拡大し続けます。