Originally Posted by mcyates
PROBLEM:
Code:
<P style="MARGIN: 0px">hello</P>
<P style="MARGIN: 0px"> </P>
<P style="MARGIN: 0px">Ho3 are you</P>
<P style="MARGIN: 0px"> </P>
<P style="MARGIN: 0px">I'm fine</P>
<P style="MARGIN: 0px"> </P>
<P style="MARGIN: 0px">Just testing the spell checker as i'm having a few problems with it</P>
That'swhat appears in the spellcheck box and this is my code in te config file:
Code:
// ------------------------------------------------
// HTML Tags. (You need opening & closing versions)
// ------------------------------------------------
$Spell_Config['HTML_Tags'] = array('<P','</P','<p','</p','<a','</a','<img','</img','<b','</b','<center','</center','<i','</i','<u','</u','<list','</list','<font','</font');
// -------------------------------------------
// BBCode Tags
// -------------------------------------------
$Spell_Config['BBCODE_Tags'] = array('[p','[/p','[P','[/P','[b','[/b','[url','[/url',array('[img','[/img]'),'[i','[/i','[color','[/color','[size','[/size','[u','[/u','[list','[/list',array(''),array('[code','
'));
[/code]
Why is this happening?
|