Design and CSS styles
Version 2.x > Design and CSS styles > FCK-Editor View modes: 
User avatar
Member
Member
ST - 8/21/2007 3:26:57 PM
   
FCK-Editor
Hi,

FCK-Editor inserts <p></p> Tags for empty document. If I open source mode and delete this tags it works, but if I open same document again, it places again <p></p> Tags.

Is there anyway to prevent this?

regards

User avatar
Member
Member
petrpa@kentico.com - 8/21/2007 4:53:28 PM
   
RE:FCK-Editor
Please try to go to ~\CMSAdminControls\FCKeditor\ and edit the “fckconfig.js” file, there you should find the declaration shown below:
FCKConfig.EnterMode = 'p' ; // p | div | br

Change it according your needs.