BBCode

supports BBCode. BBCode is a special implementation of HTML. BBCode itself is similar in style to HTML: tags are enclosed in square braces [ and ] rather than < and > and it offers greater control over what and how something is displayed.

For a list of valid BBCode, please see the list below:

  • [color]
  • [size]
  • [font]
  • [b]
  • [i]
  • [u]
  • [email]
  • [url]
  • [img]
  • [quote]
  • [list]
  • [br] (breakline, no end tag is needed for this)

For example, typing "[b]Hello world![/b]" will result in displaying this:
Hello world!
in the conversation window. Have fun experimenting!

For a more comprehensive guide on how to use BBCode, please visit phpBB BBCode Guide.