> > Why don't you use simple DIV boxes placed with CSS > position attributes? > This could be a solution, provided you'd like a layout that doesn's scale to the display resolution - CSS position attributes are meant absolute.
If you'd like a layout that extends with the display resolution, consider using tables inside table cells. Your example could be solved with a main table of 3 columns, with 2 tables of 3 rows inside the both outer columns. The bottom cell of the left column could contain another table of 2 columns. best regards Maciej Hanski __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Bis zu 100 MB Speicher bei http://premiummail.yahoo.de
