Template:Textcolor

Revision as of 05:17, 19 May 2009 by *>Monkey 05 06

Produces colored text. Takes a CSS color value (#HEX value or rgb(R,G,B)) as the first parameter and the text as the second:

 {{textcolor|#FF0000|This is some red text.}}

Would print out:

    This is some red text.