Color Wizard Button
You will be in need of the Color Wizard when choosing colors for TEXT, BACKGROUNDS, or TABLE Borders. Once you choose a color with the Color Wizard, the HTML HEX Code is automatically placed into your webpage.
HTML EXAMPLE:
<font color="#800080">This is Purple text.</font<
In the above example the HEX Code for purple (#800080) was placed after the color="" attribute. If purple is not the color you want, delete the code, click on the Color Wizard and choose a different one. Then, be sure the HEX Code is after the color="" attribute.