ALL Chatrocode tags MUST be closed off with a corresponding tag otherwise they will only print as regular text in the room. Each example below shows an opening and closing tag for reference.
The only exception is the Message Prefix box for members where Chatrocode tags may be left open in order to stylize the message text (such as coloring or decorating message text).
Preconfigured colors for text
Only these colors are preconfigured and will work as shown
[red]Example text[/red]
[orange]Or this example[/orange]
[blue]Any color[/blue]
Example text
Or this example
Or this
All other font colors
NOTE: All other fonts must fashioned with an appropriate HTML color code
NOTE: DO NOT use color names like black/red/green with the [color] tag
NOTE: Always include the hashtag (#) with your HTML color code
[color #00FF00]Example text[/color]
[color #ADADAD]Or this example[/color]
[color #12A3BC]Or this[/color]
Example text
Or this example
Any color
Using Fonts
NOTE: DO NOT use quotes around a font family name.
NOTE: There are no font sizes above 4 at present.
[fontfam Helvetica]Example text[/fontfam]
[fontsize1] Font size is 1 [/fontsize1]
[fontsize2] Font size is 2 [/fontsize2]
Styling text
[i]This is italic while[/i]
[b]this is bold[/b]
Decorating text
[strike]With a line through[/strike]
[u]With an underline[/u]
Images
[img]https://www.chatropolis.com/snow.gif[/img]
[img align="left"]https://www.chatropolis.com/snow.gif[/img]
[img align="right"]https://www.chatropolis.com/snow.gif[/img]
[img title="Text"]https://www.chatropolis.com/snow.gif[/img]
Links
[link]https://www.chatropolis.com/[/link]
[link text="value"]https://www.chatropolis.com/[/link]
Other tags
[center]Centered text[/center]
Text with[break]a line break
Text with[line]a line break