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
to
My goal is to add
<br/>Text<br/>Text
to
<p>Text [here should be code provided above]</p>
Re: Insert HTML without adding new p tag
config.enterMode = CKEDITOR.ENTER_BR;
in config.js