I added this hack to my forums, but cannot get it to ignore the <P </P tags even though I don't have html enabled on the forums, but did set it to true in the config file. TIA for any help
PHP Code:
$Spell_Config['HTML_Tags'] = array('<a','</a','<p','<p','<P','</P','<img','</img','<b','</b','<center','</center','<i','</i','<u','</u','<list','</list','<font','</font');