How do u change text color?
Don’t know why everyone can not use the HTML 4.01 Standards for coding. The font tags are deprecated. There are several ways to color your text. If you know what part in the styling code you want to change color, then just use: color: XXXXXX without the ‘#’ symbol as MySpace doesn’t include it as such. It will get converted (hopefully) to the equivalent character entity. Just insert the color code you want for the XXXXXX. For individual sentences and/or word/words, use:
This paragraph will be all green!
This word will be all green!
These words will be all green!
Remember, this coding is for MySpace only. Normally, the color code would be written: #ff0000 or short version: #f00.