Thread Tools Display Modes
09-16-14, 11:05 PM   #1
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Color formatting tool

On the forums we can select the color by using the bbcode tag COLOR, like so (replace the {} with []):
Code:
{color="Red"}
However, the tool when editing a post allows for RGB too, but the forum doesn't support that:
Code:
{color="rgb(255, 255, 255)"}
Here you see both methods applied to text:

This text should be red
[color="rgb(255, 0, 0)"]This text should also be red[/color]

The way this was discovered was by clicking the color button once, selecting a color, then clicking it again.
Keep in mind that some colors will use strings (like red), but odd colors like Plum will write the rgb version.
  Reply With Quote

WoWInterface » Site Forums » Site help, bugs, suggestions/questions » Color formatting tool

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off