use HTML coding...example:
TEXT
The Breakdown of the Code:
..."COLOR">... - this is where the 6 digit color code is entered (leave the > there, it ends the command) this is explained more below in the section "Color Codes"
...TEXT... - type what you want to say in this area. Anything typed here will be in the color you want depending on the color code you entered in the previous section.
... - This ends the line of code and tells myspace to stop changing the color. Any text after this will not have it's color changed. Make sure you put this at the very end of the text that you want to change.
an end result should look something like this:
This text is a different color.
FF0000 is the color code, and "This text is a different color" is the text that will be a different color. It will be red, since FF0000 is the code for red.
Color Codes:
colors are represented by a 6 digit combination of letters and numbers that range from the nuber 0 to the letter F in the alphabet. Different combinations produce different colors. F is the highest, while 0 is the lowest.
http://www.computerhope.com/htmcolor.htm#01
this link will show you many different colors and their codes, but make sure that you do not use the # sign when entering the code. Remember, it is only 6 digits.
The line of code you entered should not show up in myspace. Instead it should just show the colored text that you wanted. If the code shows up, and the text color isn't changed, you made a mistake somewhere in the line of code.
This should get you set for what you need. If you want to, the color codes are 6 digits long, and use 3 colors, 2 digits for each color (red green and blue) the first two of the 6 are for red, the second 2 are for green, and the third 2 are for blue. Knowing that F is the highest value and that 0 is the lowest, (FF0000 is pure red, 00FF00 is pure green, and 0000FF is pure blue) you can experiment with the code by going into the program "Notepad" and entering the line of html code shown above, but with different color codes. Lessening the digits from F to maybe A or 9 (1 less than A) will change the colors. Like said before, they range between zero and F. Try different combinations to see how it will work. When you save the document, add ".html" to the end of the filename (without the the "" of course) and save it. It should have saved as a webpage. Then open the saved webpage file and Internet Explorer (or whatever browser you use) will open it and show the changed text. You can use this process to choose the color you want to use in myspace. You can keep modifying the Notepad document, then hitting save, but make sure to hit refresh on Internet Explorer window so you can see how the text has changed.
This may seem very complicated, but it is very simple once you know how to do it. I tried as best I could to explain, but there are many online websites that can explain it as well. See my sources.