Change the font color in myspace

Change the font color in myspace

To make text appear in a certain color, use the color codes like this: <font color="#FF0000">. For example:

Make <font color="#FF0000">this font red</font>
will look like:

Make this font red

To set default font colors for the entire page, use color codes in the <body> command. For example, if you want:

font = black
link = blue
'visited' link = red
'while being clicked' link = pink
use:
<body text="#000000" link="#FFFF00" vlink="#FF0000" alink="#FF00CC">