tags:

views:

67

answers:

1

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