When the <Table> tag is selected, the Table Inspector will be displayed, allowing you to set the properties of the entire table:

- Width & Height - define the dimensions of the table relative to the dimensions of the browser page. They can be set as percent of the page's dimensions, or in pixels. The default value of the width is 75%.
- CellPadd – defines the cell padding of the table. This is the amount of space (in pixels) between a cell's borders and its contents. The default value is 2.
- CellSpace – defines the cell spacing of the table. This is the amount of space (in pixels) between adjacent cells. The default value is 2.
- Border – it defines the thickness of the table border. The default value is 1. To make the border invisible, set this attribute to 0.
- Align – this dropdown menu defines the position of the table relative to the browser page. The possible values are Left, Right, and Center.
- Bg Color - this color picker helps you select the desired background color for the table. The color can also be specified by its hexadecimal code.
- Brdr Color – this color picker helps you select the desired border color for the table. The color can also be specified by its hexadecimal code.