hi to all............
i am new to this ckeditor. Can any one say how to disable the displaying of elements like <body>,<p>, in the bottom border of the editor.
i am new to this ckeditor. Can any one say how to disable the displaying of elements like <body>,<p>, in the bottom border of the editor.
Re: how to disable dispaying of elements in bottom border
You can use this line in your config file
config.removePlugins = 'elementspath,save,font';
Marc