m (Bot: Automated text replacement (-] +])) |
No edit summary |
||
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 tag allows you to specify the text | |description=The color tag allows you to specify the text color to be used. Both color 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; | |result=<span style="color: fuchsia;">text or more BB Code</span> | ||
}} | }} | ||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] | ||
[[Category:Text Color Bulletin Board Code]] | [[Category:Text Color Bulletin Board Code]] |
Revision as of 14:05, 1 July 2013
description: The color tag allows you to specify the text color to be used. Both color name codes and RGB values can be used, according to the
example: [color=fuchsiatext or more BB Code[/color]
result: text or more BB Code