Font color

Revision as of 10:51, 20 August 2013 by C Michael Gibson (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.