MODULES WEB EDITOR WORKING WITH TABLES

Table Properties

Each table has its own properties: width, height, background color etc. This section describes all available table properties and how to access them.

To open the Table Properties window:
  1. Position the cursor inside a table.
  2. Right-click and select Table Properties from the menu that appears.
  3. In the Table Properties window, adjust the properties you want and press OK.

HTML Properties

The following properties are available for each table:

Layout

Cell Padding (number spin box)

Sets the cell padding in the table (padding is the distance between the cell contents and the border, see the image below).

Cell Spacing (number spin box)

Sets the cell spacing in the table (padding is the distance between the cell borders, see the image below).

 

Width

Specifies the table width.

Height

Specifies the table width.

Borders

Table Border

Sets the table border parameters (outer border, as shown on the picture).

  • Width (number spin box) - Sets the table border width. Set this property to 0 to make the table border invisible.
  • Type (combo box) - Sets the table border type. You can select between raised, lowered, solid, dashed, dotted.
  • Color (button & preview box) - Sets the table border color.

Columns Border

Sets the columns border parameters (inner border, as shown on the picture).

  • Width (number spin box) - Sets the columns border width. Set this property to 0 to make the columns border invisible.
  • Type (combo box) - Sets the column border type. You can select between raised, lowered, solid, dashed, dotted.
  • Color (button & preview box) - Sets the columns border color.

Note: You can use every color preview box to recognize colors on the screen. Simply press CTRL and click inside the color preview box. Now, when you move the mouse over the screen, the color of the corresponding object will be displayed in the color preview box.

Background

Special Effects

This section allows you to set your table as framed table and also add drop-down effect to it.

The default values in this section are the only difference between a table and a framed table. Turning on graphical borders converts your table into a framed table, turning them off sets it back to a regular table.

Framed Table

Roll-Over

Roll-Over effect doesn't work correctly when table background image is defined.

Additioal Settings

Scrolling Table section (this section is available only if you have inserted Scrolling Table):

CSS Layout

CSS Layout tab gives you an alternative option to format your table. Layout, Borders and Background settings from HTML Properties tab can be replaced with CSS style formatting. CSS style is more flexible in some extend, because you can use it to format columns separetely.