I’ve got HTML table like this :
-------------------------------------------------
|Column 1 |Column 2 |
-------------------------------------------------
|this is the text in column |this is the column |
|one which wraps |two test |
-------------------------------------------------
But I wouldn’t like second row to be one column only like this :
-------------------------------------------------
|Column 1 |Column 2 |
-------------------------------------------------
|this is the text in column |this is the column |
|one which wraps two test |
-------------------------------------------------
When I use rowspan on a column, the above column keeps expanding.
Give colspan=”2″ for the first and no s after that.
Some thing like the below