The following style properties can be editing for table controls:
Style |
Description |
---|---|
background-color |
This option allows you to select the background color of the cells within the table. Click on the ellipsis (...) button to access a color picker to select the color. |
border-collapse |
User in conjunction with the border-spacing setting, this setting allows you to define the amount the space between cells in the table.You can select collapse to keep the borders of the cells together, or you can select separate to allow space between the borders of the cells. |
border-color |
In the Style Value column, you can click the ellipsis button and select a color for the border around the table. |
border-spacing |
User in conjunction with the border-collapse setting, this setting allows you to define the amount the space between cells in the table. The value entered can be one of the following units of measure:
|
border-style |
In the Style Value column, you can select the line style for the border around the table. You can select none, dotted, solid, dashed, double, or inset. Upon selecting any option other than none, if border-color, border-style, or border-width is not already set, they will reflect the following default settings:
|
border-width |
Enter the value for the width of the border line around the table. The default unit of measure is px. |
cellpadding |
Define the size of the space between the cells' content and their borders. The value entered can be one of the following units of measure:
|
Height |
Defines the height of the table. The value entered can be one of the following units of measure:
|
Width |
Defines the width of the table. The value entered can be one of the following units of measure:
|
text-align |
This option allows you to define how text inserted into the table will be aligned horizontally, as well as how the view will be aligned when the view does not take up 100% of a window. This setting does not control text within other container controls. Alignment options available from the drop-down list are none, left, center, right, and justify. |
vertical-align |
This option defines how the text within cells will be aligned vertically. Alignment options available from the drop-down list are baseline, bottom, middle, or top. |
When properties can be configured on both the General and Styles tabs, the property changes will be properly displayed on both tabs.