No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
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 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 | |description=The color tag allows you to specify the text color to be used for the text between the BBC tags. 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 used if nested correctly. | ||
|result=<span style="color: fuchsia;">text or more BB Code</span> | |result=<span style="color: fuchsia;">text or more BB Code</span> | ||
}} | }} |
Latest revision as of 15:21, 2 July 2013
description: The color tag allows you to specify the text color to be used for the text between the BBC tags. Both color name codes and RGB values can be used, according to the CSS2 specs. This is an inline tag and no block level tags can be placed inside, however other inline tags can be used if nested correctly.
example: [color=fuchsia]text or more BB Code[/color]
result: text or more BB Code