Dear all I have the following design: ------------------------------ | | | | A | B | | | | ------------------------------ | | | | | C | D | E | | | | | ------------------------------ | F | G | H | ------------------------------ | | | | | I | J | K | | | | | ------------------------------ Currently, it consists of a table; for presentational not semantic purposes. This works well, as content of each of these panes is dynamic. Hence, if the content in C pushes the lower boundary of the TD down, the entire row follows suit. My question is: if I switch to using DIVs for each of these elements, how do I maintain the integrity of the grid effect if content starts to increase the depth of one of the DIVs? If I can achieve this quickly and easily I will move away from the use of tables for presentation, but at the moment it appears that table-based presentation is the only means to achieve what is required by my paymasters. Many thanks! Regards Chris Marsh