...
Create a Table
To create a table in the 'Management System', press the button on the toolbar. Management System page editor toolbar, as indicated below:
The Table Properties dialog window that will open lets you set configuration options that define table size, its display properties, or other advanced properties.
...
- Caption – the label of the table that is displayed on top of it.
- Summary – the summary of the table contents that is available for assistive devices like screen readers.
Advanced
The Advanced tab lets you configure additional image options such as assign it an ID, a class, a language direction, or CSS style properties. It is meant for advanced users with knowledge of HTML as well as CSS, and gives nearly endless possibilities as far as the presentation of the table is concerned.
...
- Background Color – the color of the cell background. You can use either of the following methods to set the color:
- Enter the RGB value in the text box, in the
rgb(nn, nn, nn)
format, wherenn
is a numeric value on a scale from 0 to 255 representing the red, green, and blue channel. - Enter the hexadecimal RGB value in the text box, in the
#nnnnnn
format, where then
letters stand for the three pairs of hex color values representing the red, green, and blue channel. - Use the Choose button to open the Select color dialog window and pick the color with your mouse.
- Enter the RGB value in the text box, in the
- Border Color – the color of the cell border. You can use either of the following methods to set the color:
- Enter the RGB value in the text box, in the
rgb(nn, nn, nn)
format, wherenn
is a numeric value on a scale from 0 to 255 representing the red, green, and blue channel. - Enter the hexadecimal RGB value in the text box, in the
#nnnnnn
format, where then
letters stand for the three pairs of hex color values representing the red, green, and blue channel. - Use the Choose button to open the Select color dialog window and pick the color with your mouse.
- Enter the RGB value in the text box, in the
Using 'Code View' within the Editor
If you have existing HTML code that you wish to insert into a Management System page, or you wish to edit an existing page and make modifications to the HTML directly (not using the editor), you can follow these steps:
- Open the Management System page ready to edit, as shown below:
- Click the 'Source' button as shown below. The HTML for the page will now be displayed. Note that the 'Source' button remains highlighted as a reminder that you are viewing the HTML code.
- Make any changes you require to the HTML. If you are pasting in a template and wish to start with a blank page, then:
- Delete any existing HTML code
- Paste in your new HTML code
- Once you are finished editing the HTML, click the 'Source' button again. Your view will be returned to the normal screen as shown in the image for Step 1.
- You can now continue editing using the normal view. When you are finished, click 'Save' to save your updates.