Hi,
I have 3 div columns. Columns 1 and 3 have different colored backgrounds. Column 2 is white background and contains the content.
I want the heights of columns 1 & 3 to increase according to the height or the amount of content in column 2.
I have tried using
height=auto
in the css for columns 1 and 3 but it doesn't seem to keep the height set to the height of column 2.
Is it more likely that I am not setting up the divs correctly or am I missing something else?