Installation guide

Table Of Contents
Changing Table Colors
Chapter 7 Customizing Graphics and Color 89
Changing Color of Table Headings
To change the color of table heading text, edit the following lines within the template file:
<TR BGCOLOR=006666 COLSPAN=4><FONT FACE=ARIAL, HELVETICA
COLOR=WHITE>
so that the BGCOLOR value is an RGB color value in the form #RRGGBB or a standard color
name. The font color can be changed from white to another color using the same method.
Within a single template file, there may be multiple tables and consequently multiple table
head rows that need to be modified to maintain a consistent color scheme.
Changing the Background Color of Table Rows
To change the color of the table body rows, edit the following line for each table within the
template file:
<TABLE CELLSPACING="2" BORDER BGCOLOR=#F2F2F2 ...
so that the BGCOLOR attribute specifies the RGB color value in the form #RRGGBB or a
standard color name representing the new color.
olive #808000
yellow #FFFF00
navy #000080
blue #0000FF
teal #008080
aqua #00FFFF
Table 7-4 Sixteen Standard Colors and Their Hexadecimal Values (Continued)
Color Name Hexadecimal Value