Howdy doody. Simple question, but I don't know how the answer goes... My current PHP regex is '/\[quote=(.*)\](.*?)\[\/quote\]/is' and that formats to "Quote ($1):<br /><br /><div style='margin:2px 20px;border-style:hidden solid;border-width:2px;padding:2px 15px;'>$2</div>" Or put more sim...