
07-07-2005, 09:14 PM
|
|
|
Join Date: May 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
I am having this exact issue as well. No issues in diagnostic, and I followed the instructions as best as I could- but not sure how to fix this. Can someone pop some ideas please?
MUCH appreciated!
Quote:
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?
|
|