Font color

Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Changing the font color can be performed by placing <font color="desired color"> and </font> around your text. For example,

 <font color="red">your text</font>

becomes this red text: your text

Text can be in any hexadecimal color. For example,

 <font color="#1f4099">your text</font> 

becomes your text with hexadecimal color #1f4099: your text

What Colors Are Available?

You can select a color on the Web colors page.