Manipulating Your Table's Format
Specifying Table Width
When you create a table, you can set its width by specifying one of the following:
- percentage of the window: the table's width varies as a user adjusts the browser size
- fixed number of pixels, the table's width stays the same as a user adjusts the browser size
You can also not set a width but instead let information you enter into the table's cells determine its width.
NoteTo set the width of a table column, adjust the width of one of the cells within the column (as described in Specifying the Width of a Cell). Usually, this change affects all other cells in the column.