Complex tables use the table element. Create a complex table only when you need to use features like span and center align a column or a cell. Use simpletable for tables that don't require use of complex features.
Procedure
In Oxygen XML Author, check out the topic.
Press Enter and select table (wizard) from the element list.
In the Insert Table dialog box:
Ensure that you click CALS.
The Simple option creates a simple table.
Ensure that you select Generate table header.
Specify the number of Rows and Columns to be included in the table.
Click OK.
You can add or remove the rows and columns later if you need to.
If you skip the step Generate table header while inserting the table, select the row, right-click and click Header in the Row tab.
Header rows are required in tables for Section 508 compliance for users with disabilities.
To modify the width of a column:
In the table/tgroup element, expand colspecs, and select the colspec element of the appropriate row.
Change the colwidth attribute in the form percentage followed by asterisk.
For example, for a two-column table where you want the first column to have a proportional width of 30% and the second column to have a width of 70% of the table width, enter a colwidth of 30* for the first column and then modify the attributes of the second column to set the colwidth to 70*.
You can also modify a column's width of simple table or complex table by positioning the cursor over the column separator until the cursor changes, and then dragging the cursor to adjust the width of the column. You cannot use this method to modify the column widths of part tables.
Important:
Do not use fixed width for tables that use the full page. Using fixed width can cause the table to run off the page. Ensure that you use relative widths using percentage.
To add additional rows to the table:
Place the cursor where you want to insert the row, right-click and select Insert Rows.
In the Insert Rows dialog box, select the number of rows you want to add.
Click Above or Below and click OK.
Optional Alternatively, you can press enter and select row from the context menu.
To merge any cells, select the cells you want to merge, right-click and select Join.
To center a column or a cell:
Do the following:
To center a column, double-click or select the colspec element from table/tgroup.
To center a cell, double-click or select the cell.
The editor displays the Attributes window.
In the Attributes window, select center in the align field.
Click OK.
If you have any empty table rows, do the following so that the rows will be the same height as rows with content:
In the editor, go to Tools > Preferences..
On the Preferences dialog box, click Save.
Under Write Non-ASCII Characters As, select Numeric Character References.
Click OK.
Put your cursor in a cell in the empty row and select Insert > Symbol.
Select the Character Entities tab and select nbsp.