Site Map:

Home
About Me
Links
Graphics
Photoshop Tutorials
Java-Script Tutorials
HTML Tutorials
Contact Me

 

 

Font Color

Font color is a very important thing, it has to be almost the opposite color of your background, if you want people to be able to read it.

Color of Text
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.

Back | Next

Originally made on 10.26.02
Formally InLiner's Graphics and Tutorials