Suggestion from Kat: If you layer your code a certain way it works better. It's kind of like in math where you have the inner parenthesis and then the outer. So coding in guilds works a lot like this:
{ [ ( ) ] [ ] }
Example:
[align=center][size=9]Hello![/size][size=10]How's it going?[/size][color=red]ShazaM![/color][size=16][color=brown]Derp a derp![/color][/size][/align]
Hello!How's it going?ShazaM!Derp a derp!
It's all aligned to the center. If you keep your coding in order like this, chances are you'll have less issues! Avoid coding like this:
[color=purple][align=center][size=9]Oh hey there guuuuuuurl friend.[/color][color=pink]Oh well hello scandalous![/color][/size][/align]
It is more likely to cause problems in your code.
