Manipulating Your Table's Format
Specifying Table Width by Pixels
Specify table width by pixels if you want the table to remain the same size if a user resizes the browser.
For example, if you specify that a table is 610 pixels wide, and the user's browser is set to low resolution (640 x 480 pixels), the table occupies the full width of the browser when it is maximized.
If the user resizes the browser so that it only occupies the left half of the screen, only the left half of the table appears. A scroll bar appears at the bottom of the browser. The user must move the scroll bar to see the rest of the table.
If you set table width by pixels, do not set it to more than 610 pixels. Otherwise, the table will not fully display on a monitor set to low resolution (640 x 480).
Setting Table Width by Pixels
To specify table width by pixels, choose Pixels in the layout section of the Insert Table dialog box. Then, specify the number of pixels at the Width field.