I have the following config:
FCKConfig.EnterMode = 'br' ;
FCKConfig.ShiftEnterMode = 'p' ;
The following screen shots display how there is a problem with something:


Can anyone explain what is going on? For some reason it is treating the <br /> tag as though it is a <p> tag with an open and a close. When saved and viewed through a browser it displays as double spaces.
Thanks for your help.
FCKConfig.EnterMode = 'br' ;
FCKConfig.ShiftEnterMode = 'p' ;
The following screen shots display how there is a problem with something:


Can anyone explain what is going on? For some reason it is treating the <br /> tag as though it is a <p> tag with an open and a close. When saved and viewed through a browser it displays as double spaces.
Thanks for your help.