Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

To create a table in the 'Management System', press the button on the toolbar. Management System page editor toolbar, as indicated below:

Image Added

The Table Properties dialog window that will open lets you set configuration options that define table size, its display properties, or other advanced properties.

...

  • 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, where nn 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 the n 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.
  • 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, where nn 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 the n 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.

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:

  1. Open the Management System page ready to edit, as shown below:

    Image Added
            
  2. 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.

    Image Added

  3. Make any changes you require to the HTML.  If you are pasting in a template and wish to start with a blank page, then:
    1. Delete any existing HTML code
    2. Paste in your new HTML code
  4. 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.
  5. You can now continue editing using the normal view.  When you are finished, click 'Save' to save your updates.