Log in or register to post comments
Last post
Insert HTML without adding new p tag
Hi, i wonder is it possible somehow to insert html without creating new p tag? I demonstrated behavior on ckeditor.com/demo, so please see attachment.

My goal is to add
<br/>Text<br/>Text

to
<p>Text [here should be code provided above]</p>

Attachments: 

Re: Insert HTML without adding new p tag
Hi, you can try adding this line

config.enterMode = CKEDITOR.ENTER_BR;

in config.js