Standard Table

A Standard Table is simply a static table that does not overflow. Standard tables can be used for layouts, menus or data presentation elements.

A standard table is added using the following way:

  • In the Toolbar, click on Insert Table... , or click the Insert menu, Table, then Standard...
  • In the first window, enter the table's desired attributes:
    • General group:
      • ID: Enter a unique identifier for the table. IDs are used to access the table from Scripts and CSS selectors.
      • Class: Enter a class identifier for the table. Classes can be shared between elements and are used to access the table from Scripts and CSS selectors.
    • Columns and Rows group:
      • Columns: Enter the number of columns in the table should have. Uses the <td> element.
      • Header Rows: Enter the number of header rows in the table. Uses the <thead> element.
      • Body Rows: Enter he number of body rows in the table, excluding header and footer rows. Uses the <tr> element.
      • Footer Rows: Enter the number of footer rows in the table. Uses the <tfoot> element.
  • In the second window, select the styling attributes.
    • Style: Use the drop-down to select the desired table style.
    • Resizable Columns: Uncheck this box if columns should not be resizable from the Design and Preview modes. Useful if column size is determined in the Source mode or in the stylesheets.
  • Click Finish to add the table at the current location of the pointer in the Section.

Table of Contents

Index

Glossary

-Search-

Back