In this article
The properties on this tab allow you to set additional details for the object for which the style is used. Click on the properties in the illustration for further details.
Figure 1 - The HTML Style Properties > Other tab
- Cursor - specifies the form of cursor that is to be displayed as the mouse pointer moves over the object.
- Filter - used to create a gradient color "shading" on the background where the html style is used. Type the following code into this field:
filter:Progid:DXImageTransform.Microsoft.Gradient(endColorstr='#BDBABD', startColorstr='#9C969C', gradientType='0'and change the color codes to those you wish to use.
- Tables Border Model - sets whether the table borders are collapsed into a single border or detached as in standard HTML.
- Not Set - (default) makes no specific setting at this level. This allows the next level up to specify the setting.
- Collapse - borders are collapsed into a single border when possible..
- Separate - borders are detached.
- Table border spacing - specifies the table spacing.
- Table Layout - specifies whether the table layout is fixed or automatic. The options are:
- NotSet - (default) makes no specific setting at this level. This allows the next level up to specify the setting.
- Auto - the column width is set by the widest unbreakable content in the column cells.
- Fixed - table and column widths are set either by the sum of the widths on the column objects, or if these are not specified, by the width of the first row of cells. If no width is specified for the table, it renders by default with width = 100%.