Font color

Revision as of 10:47, 20 August 2013 by C Michael Gibson (talk | contribs) (Created page with "Changing the font color can be performed by placing <nowiki><font color="desired color"></nowiki> and <nowiki></font></nowiki> around your text. For example, <nowiki><fon...")
(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