How to Rid of Large Spacing in CKEditor?
问题 I installed CKEditor, i found it causes large space between lines even though i'm just pressing enter once to move to the next! I have to press "Shift" for every enter to have the breakline! Any idea on how to make it work without pressing Shift? Line 2 caused by pressing Shift + enter. Line 3 caused by just pressing Enter. I'm using PHP 回答1: You can set in your config.js to use a <br> instead of <p> while hitting the ENTER key: config.enterMode = CKEDITOR.ENTER_BR; The available flags are