Hi there.
I'd like to remove the <p> </p> from the editor. I've found this solution and it works.:
But I'd like to use this only on a certain page (page A) with editor and not on all the other pages with an editor (pages B, C and the rest). So how can I overide the standard config on page A and so that the other pages (B, C and the rest) use the standard config.
Hope you can help me.
Leon
I'd like to remove the <p> </p> from the editor. I've found this solution and it works.:
FCKConfig.EnterMode = 'br' ; // p | div | br FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
But I'd like to use this only on a certain page (page A) with editor and not on all the other pages with an editor (pages B, C and the rest). So how can I overide the standard config on page A and so that the other pages (B, C and the rest) use the standard config.
Hope you can help me.
Leon

Re: Use different config on pages with editor
http://docs.fckeditor.net/FCKeditor_2.x ... ation_File
Re: Use different config on pages with editor