How do you change font colors?

I want to turn the font on my gadget a color. What is the code for this if I'm using a span code for font

Answer this question

How do you change font colors?

  • new.wind

    <span ... style="color:rgb(255,0,0)">
    or
    <span ... style="color:red">
    or
    <span ... style="color:#ff0000">

  • Mainiac007

    Thanks!
  • How do you change font colors?