Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Remove em tag from italic button of FCKeditor View modes: 
User avatar
Member
Member
mukesh.laxkar-octalsoftware - 2/14/2012 4:04:31 AM
   
Remove em tag from italic button of FCKeditor
Hi,

I want to remove em tag from italic button of FCKeditor that is default setting.
Because i replace em tag from cufon for whole project & when i make text as italic in FCK editor it add em tag with text .At front side cufon replace em tag & italic text replace with cufon font.

thanks..........

User avatar
Kentico Support
Kentico Support
kentico_janh - 2/14/2012 4:21:04 AM
   
RE:Remove em tag from italic button of FCKeditor
Hello,

All you need is update the FCKConfig.CoreStyles array in the ~\CMSAdminControls\FCKeditor\fckconfig.js file and delete there the em definition for an italic property:

'Italic' : { Element : 'i' },


Please don't forget to clear cache in your browser, otherwise it will look like the change wasn't applied.

Best regards,
Jan Hermann