m (Bot: Automated text replacement (-<tt> +)) |
m (Bot: Automated text replacement (-</tt> +)) |
||
Line 2: | Line 2: | ||
|tag=color | |tag=color | ||
|example=[color=fuchsia]text or more BB Code[/color] | |example=[color=fuchsia]text or more BB Code[/color] | ||
|description=The color | |description=The color tag allows you to specify the text colour to be used. Both colour name codes and RGB values can be used, according to the [http://www.w3.org/TR/CSS21/syndata.html#value-def-color| CSS2 specs]. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly. | ||
|result=<span style="color: fuchsia;" class="bbc_color">text or more BB Code</span> | |result=<span style="color: fuchsia;" class="bbc_color">text or more BB Code</span> | ||
}} | }} |
Revision as of 11:22, 1 July 2013
description: The color tag allows you to specify the text colour to be used. Both colour name codes and RGB values can be used, according to the [http://www.w3.org/TR/CSS21/syndata.html#value-def-color
example: [color=fuchsia]text or more BB Code[/color]
result: text or more BB Code