Font color: Difference between revisions
Jump to navigation
Jump to search
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..." |
No edit summary |
||
Line 10: | Line 10: | ||
becomes your text with hexadecimal color #1f4099: <font color="#1f4099">your text</font> | becomes your text with hexadecimal color #1f4099: <font color="#1f4099">your text</font> | ||
==What Colors Are Available?== | |||
You can select a color on the [[Web colors]] page. | |||
[[Category:Help]] | [[Category:Help]] |
Latest revision as of 10:51, 20 August 2013
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.