When i write in a paragraph in ck editor i want it to highlight the whole of he current paragraph in different background.
A:
You need to change/add this:
FCKConfig.EnterMode = 'div' ; // p | div | br FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
in fckeditor.config.js
hbb
2010-02-15 12:02:58