Setting colours:
The colour properties may be set:
Tab background HTML code.
<PARAM NAME="TAB_BG" VALUE="210,210,210"> |
VALUE="210,210,210" | The colour values (red, green and blue) may be altered. In this example, the background colour is grey (default). |
Tab label colour HTML code.
<PARAM NAME="TAB_FG" VALUE="0,0,0"> |
VALUE="0,0,0" | The colour values (red, green and blue) may be altered. In this example, the colour is black (default). |
Tree background HTML code.
<PARAM NAME="TREE_BG" VALUE="255,255,255"> |
VALUE="255,255,255" | The colour values (red, green and blue) may be altered. In this example, the background colour is white (default). |
Tree branch text colour HTML code.
<PARAM NAME="TREE_FG" VALUE="0,0,0"> |
VALUE="0,0,0" | The colour values (red, green and blue) may be altered. In this example, the background colour is black (default). |
Tree selected branch background HTML code.
<PARAM NAME="TREE_SEL_BG" VALUE="0,0,255"> |
VALUE="0,0,255" | The colour values (red, green and blue) may be altered. In this example, the background colour is blue (default). |
Tree selected branch text colour HTML code.
<PARAM NAME="TREE_SEL_FG" VALUE="255,255,255"> |
VALUE="255,255,255" | The colour values (red, green and blue) may be altered. In this example, the background colour is white (default). |
Tree selected branch background HTML code.
<PARAM NAME="TREE_MOUSEOVER" VALUE="255,0,0"> |
VALUE="255,0,0" | The colour values (red, green and blue) may be altered. In this example, the background colour is red (default). |
Any colour may be achieved with a mix of either red, green or blue. Each colour ranges in value from 0 - 255.
Under "Programs" on your computer, there is a folder called "Accessories" - it is here that you will find the "Paint" or "Paint brush" tool. There is also a colour palette tool within MS Front Page and Paint Shop Pro - as in most of the commonly used paint programs.
When the colour palette is opened, there is a button at the bottom called "Define custom colours". After clicking here, a new window will extend and on the bottom right hand side are the Red, Green and Blue colour values listed from 0 - 255.
Just select the values to mix the colours that you want to create or scroll the vertical bar to the right of the colour spectrum. Your chosen colour will be displayed in the small box in the middle section at the bottom of the window.
Example colour values:
WHITE | = | 255,255,255 |
BLACK | = | 0,0,0 |
BLUE | = | 0,0,255 |
RED | = | 255,0,0 |
GREEN | = | 0,255,0 |
YELLOW | = | 255,255,0 |
The default colour values are:
Tab Background | GRAY | Value = "210,210,210" |
Tree Background | WHITE | Value = "255,255,255" |
Tree Foreground | BLACK | Value = "0,0,0" |
Tree Selected Background | BLUE | Value = "0,0,255" |
Tree Selected Foreground | WHITE | Value = "255,255,255" |
Tree Mouseover | RED | Value = "255,0,0" |