Installation guide

Table Of Contents
Color Schemes
Chapter 7 Customizing Graphics and Color 87
Changing Colors Using BODY Tag
Table 7-3 lists the five standard color attributes that can be changed.
To adjust background colors in the banner files and other standard HTML files, edit the
HTML to change the color associated with the
BGCOLOR and TEXT attributes to a different
RGB color value. (For example, to change background to aquamarine and text to white, use
<BODY BGCOLOR="#70DB93" TEXT="#9932CD">).
Changing Colors Using Directives
To change background colors in script files, add a COLORS directive immediately before the
BODY tag. The syntax in the following example shows the use of the COLORS directive to
change text color to blue, background color to aqua, and the link color to red:
<!-- COLORS "attribute=color [attribute=color [...]]" -->
<!-- COLORS "TEXT=#0000FF BGCOLOR=#00FFFF LINK=#FF0000" >
DS_NEWENTRY_TYPE_BODY -->
New entry forms newentrytitle.html banner
newentryType.html script
newentryName.html script
display-*.html template
View or edit entry forms display-*.html template
Table 7-3 Colors and Related Attributes for BODY Tag
Color Using Attribute
Text color TEXT
Background color BGCOLOR
Link color LINK
Visited link color VLINK
Selected link color ALINK
Table 7-2 Files Controlling Appearance of Gateway Forms (Continued)
To Change Colors on the ... Edit File Type