i have a question about text color html for myspace?

what is the html code for colors of fonts for myspace? i know how to get the color codes for all of the different colors i just dont know how to actually change the color. i know it is probably something like <color="FFFFF">TEXT</color="FFFFF"> or something like that.

Public Comments

  1. Close. <font color=COLOR HERE>Text here</font color> You can also use color names. Doesn't have to be just the codes. For instance, you can do <font color=hotpink>Blah blah blah.</font color>
  2. <font color="FFF000">BLAHBLAH</font> You can find a complete list of color codes to replace FFF000 with here: http://html-color-codes.com/
  3. <font color=ffffff> text here </font> but if you have a stylesheet that overrides basic html, you do it like this instead <font style="color:ffffff;">text here</font>
  4. you could put <font color="red">text</font color> but yeah you can use the words for the colors and you don't need to end the color with the color itself-- you just need to put </color>
  5. to BOLD text: <B> enter text here </B> to ITALIZE text <I> enter text here </I> to COLOR text <font color= numbers here> enter text here </font>
Powered by Yahoo! Answers