The BBCodes supported by the chatbox are:
• [color=#ff0000]hex color[/color] or [color=forestgreen]named color[/color]
• [color=#f00,#ff0]foreground and background[/color]
• [b]bold text[/b]
• [u]underlined text[/u]
• [i]italicized text[/i]
• [s]struck-out text[/s]
• [q]”quoted text”[/q]
• [img=http://address.com/image.jpg]image title[/img] or [img]http://address.com/image.jpg[/img]
Combining BBCodes:
It’s possible to combine BBCodes by nesting it, with some caveats:
1. Tags must be nested in the correct order: [b][u]bold underline[/u][/b] is valid but [b][u]broken[/b][/u] is not.
2. The same tag cannot be nested. For example, [class=one][class=two]some text[/class][/class] will not work.
To get the intended behavior in this case, you could have a combined class instead: [class=onetwo]some text[/class].
3. The no-attribute form of [url] (e.g. without link text), and both forms of the [img] tag, must be the innermost element in any nested sequence.
Recent Comments