Layout Table |
Here is an example of a table used for layout. This table has two cells. The heading is in the left cell and this block of text fills a column made by the right cell. You can’t see the table borders because they are set to 0. That is a heading over there, by the way. It’s an “h3,” not a header cell. You don’t want header cells in a layout table because that data-table markup could cause a screen reader to mistake the layout table for a data table. |
The most important accessibility issue with layout tables is making sure text will read in the correct order, as explained on the main tables page. The following tips on using tables are mostly for visual formatting, rather than accessibility.
To make a table that adjusts it’s width to the width of the browser window, base your layout on a table with a width set in percent.

To
make your layout table invisible, turn of the table borders.
In Word, you may still see a faint outline of the table borders. But they will be invisible in a Web browser.