InNeedofHelp
06-21-2009, 06:02 AM
I've got a table with 3 columns and 3 rows. The two columns to the right have rowspan=3, and so i've got one column on the left that consists of 3 table cells, and two columns (middle & right) that contain one cell each. I want the bottom cell on the leftmost column to adjust it's height such that the two cells above it in the same column have the same height at all times based on the content they have within them.
So basically there's a cell in the bottom left of my table that I want to extend to match the center column, so that my two cells above it don't change in height when the center column grows in length.
How do i do that?
So basically there's a cell in the bottom left of my table that I want to extend to match the center column, so that my two cells above it don't change in height when the center column grows in length.
How do i do that?