Table
Insert Table
Users can insert table by using the Table dialogue box.
In HTML Window
Steps:
- Locate the cursor where you want to insert a table
- Click the
icon on the toolbar or choose "Insert/Table" command
- In the Table dialogue box that appears, enter the following information

Insert Rows, Columns and Cells
Users can insert multiple rows, columns and cells into tables.
In Design Window
- Put the cursor in the table where you want to insert rows, columns or cells
- Right-click your mouse and choose "Insert Row", "Insert Column" or "Insert Cell" in the context menu
Note
- When you insert a row, the new row will appear right above the row in which the selected cell(s) is located.
- When you insert a column, the new column will be to the left of the column in which the selected cell(s) is located.
- When you insert a cell to a selected cell, the new cell will be to the left of the selected cell(s).
- In all of the above situations, the width of the table will not be changed with all the cells adjusting automatically to hold the inserted columns or cells.
- When you select a contiguous range of cells , right-click and use any of the above commands, the command only applies to the first cell on the first row of the selection.
Split and Merge Cells
Users can merge any number of adjacent cells¡ªas long as the selection is in the same row. You can split a cell into any number of columns, regardless of whether it was previously merged. Sothink HTML Editor automatically restructures the table (adds any necessary COLSPANs or ROWSPANs) to create the specified arrangement.
Split a Cell
In Design Window
Steps:
- Place the cursor in the cell you want to split
- Right-click and choose "Split" in the context menu. The cell will be split into two cells.
Copy and Paste Cells
Users can copy and paste multiple cells at the same time while preserving the cells' formatting.
In Design Window
Steps:
- Drag across the cells you want to copy and stop the cursor at the highlighted content of the last cell.
- Right-click and choose "Copy" from the context menu
- Place the cursor where you want to paste the cells( the clipboard should be compatible with the selection into which the cells will be pasted)
- Right-click and choose "Paste" from the context menu
Delete Rows, Columns and Cells
Users can delete rows, columns and cells in tables.
In Design Window
Steps:
- Place the cursor inside a row, column or cell
- Right-click and choose "Delete Rows", "Delete Columns" or "Delete Cells" in the context menu
|