getting tables used for Page Layout right the first time - Overview

Preferrably use css but if you must use a table for layout purposes, make sure the table makes sense when it is linearised. This means that the cells are read in the order in which they appear in the HTML source code. This is not necessarily the order in which the text is laid out on the screen.

 

[Tables details]