Page Properties: Display Options

Use the Display Options tab of the Page Properties dialog to revise the background color and image for the current system page or personal page, and also apply additional CSS styles to the page.

Element Description

Background Color

Specify a background color in either of the following ways:

  • Enter the color code using the formats RRGGBB, #RRGGBB, or r,g,b. For example, 245,222,179.

  • Choose a background color from the pick list.

More

Background Image

Enter a URL relative to the application root or the full URL of an image. This image forms the background for the page.

Other CSS

Add any CSS coding that is not otherwise covered under Style and Content Style component properties. Use standard CSS syntax. Example:

background-position:center;
background: #F8F8FF url(http://www.google.com/intl/en_ALL/images/logo.gif) no-repeat fixed top; font-size: xx-small

See also Other CSS Property.