Merging table css

olawalezx

New Member
I've got HTML table like this :\[code\]-------------------------------------------------|Column 1 |Column 2 |-------------------------------------------------|this is the text in column |this is the column ||one which wraps |two test |-------------------------------------------------\[/code\]But I wouldn't like second row to be one column only like this :\[code\]-------------------------------------------------|Column 1 |Column 2 |-------------------------------------------------|this is the text in column |this is the column ||one which wraps two test |-------------------------------------------------\[/code\]When I use rowspan on a column, the above column keeps expanding.
 
Back
Top