[quote=NuttsnBolts] I'm using Firefox, Version 35 [/quote] Oh my, I'll fix it right now. Thanks for the screenshot. [quote=Ellri] Noticed one missing code from guild v2. using [noparse][img=http://student.umb.no/~henrgj/Relics/Angie][/noparse] won't work now. oh, and if there's a broken BBcode inside another, it won't parse right. [/quote] Yeah, [code][img=...][/code] is strictly wrong now. Must be changed to [code][img]...[/img][/code]. :btw you can wrap BBCode in [code][noparse]...[/noparse][/code] to tell the parser to skip over it. Bad BBCode is pretty infectious. If someone writes bad BBCode, it even breaks the [code][quote][/code] if you try to quote them. I've only implemented an error system for the [code][color=...][/code] tag so far, but I'll start implementing validation errors for other tags as well. Hopefully it will help people catch basic BBCode errors until I can hack on the parser some more.