Page Properties: Display Options

Page display options provide a means of specifying a page background color and image, and applying additional CSS encoding to the page.

To change page display options:

  1. To set the page background color, open the color picker next to Background Color, and select a background color for the page in one of the following ways:
    • Select a color by clicking it.

    • Enter the color's RGB equivalent in the Background Color field.

      Tip:

      Enter RGB values in the format RRGGBB or #RRGGBB or r,g,b

    • Create a custom color by clicking Custom Color in the picker and selecting a color and a saturation level using the selector and the slider provided.

      Click OK to enter the color value in the Background Color field.

  2. To set a background image for the page, enter in the Background Image field a full URL or a URL relative to the application root. For example:
    http://www.abc.com/image.jpg
    
  3. In the Other CSS field, add any desired CSS encoding that is not covered by the other page properties. Examples:
    background-position:center;
    background: #F8F8FF url(http://www.google.com/intl/en_ALL/images/logo.gif) no-repeat fixed top; font-size: xx-small
    
  4. Click OK to save your changes and apply them to the page.