WYSIWYG Editor
Adding a table header and footer
To add <thead>
or <tfoot>
elements to a table:
- Right-click somewhere in the row that you wish to specify as the table header or table footer.
- In the pop-up menu that appears, select Row -> Row Properties.
- In the pop-up dialog box under the General tab, use the Row type dropdown to select Header or Footer (depending on your use case).
Note: While Body is also an option for the Row type, the system automatically includes
<tbody>
tags for you when you create a table so this is option is typically not needed.- Optionally set the Alignment and Height fields.
- Click Ok.