Changing the color of the text is easy too. Here's an example.
<font size="5" color="#C0C0C0">This text will be size 5 and silver</font>
Result:
This text will be size 5 and silver
Or
<font color="silver">This text will be silver</font>
Result:
This text will be silver
You can get the Hexagonal coordinates or you can just name the color. In some ways its easier just to name the color, but others its the other way around. Also you don't need to put the size in there, you can just put the color. |