You can use these MMB codes:
MMB code Result
[strong]strong[/strong] or [b]bold[/b] strong
[em]emphasis[/em] or [i]italic[/i] emphasis
[u]underline[/u] underline
[caps]Small-caps[/caps] Small-caps
[size=1]small text[/size] small text
[size=3]larger text[/size] larger text
[color=lightblue]lightblue text[/color] lightblue text
[color=#00FF00]RGB-code (green) text[/color] RGB-code (green) text
[url]http://juima.org[/url] http://juima.org
[url=http://juima.org]Just imagine...[/url] Just imagine...
[email]help@juima.org[/email] help@juima.org
[email=help@juima.org]Need help?[/email] Need help?
[img]http://juima.org/rate.gif[/img]
[img=left]http://juima.org/rate.gif[/img]
[img=right]http://juima.org/rate.gif[/img]
[quote]Look at me. I am no squid![/quote] quote:
Look at me. I am no squid!
[code]for (i=0; i < maxi; i++) {
   system.out.writeln("Just imagine...");
}[/code]
code:for (i=0; i < maxi; i++) { system.out.writeln("Just imagine..."); }
[spoiler]Select spoiler to read.[/spoiler]  spoiler: Select spoiler to read.
These smilie codes will be replaced by these images:
:) =     ;) =     :( =     :D =     :mad: =     :sour: =     :up: =     :down: =
  • Be sure to nest your codes right. Close tags before you close the enclosing tags. [b][i]this is valid[/i][/b], [b][i]this isn't[/b][/i].
  • For people (like me) who are used to vBulletin's habit of requiring some variables to be quoted (for example [url="http://juima.org"]links[/url]), all variables (the stuff after the = in several of these codes) can also be enclosed in quotes. [color=red]works[/color], but [color="red"]also works[/color].