alinkColor
, bgColor
, fgColor
, linkColor
, and vLinkColor
properties and the fontcolor
method.
You can also use these string literals to set the colors in HTML tags, for example
<BODY BGCOLOR="bisque">
or
<FONT COLOR="blue">color me blue</FONT>
Instead of using the string to specify a color, you can use the indicated red, green, and blue hexadecimal values.
Last Updated: 10/31/97 10:40:54