The forum operates in read-only mode. Please head to StackOverflow for support.
Customer and Community Manager, CKSource Follow us on: Facebook, Twitter, LinkedIn If you think you found a bug in CKEditor, read this!
Sebstefanov wrote:Can you clarify? Do you want or don't want CKEditor to add <br>?
CKEDITOR.config.fillEmptyBlocks = false; CKEDITOR.config.fullPage = false;
Sebstefanov wrote:Your page might generate an empty block at the end. Try adding this code in config.js:CKEDITOR.config.fillEmptyBlocks = false; CKEDITOR.config.fullPage = false;
Re: ckeditor automatically add the br
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: ckeditor automatically add the br
Default has been added to the br. I want to remove the last br.
Thanks.
Re: ckeditor automatically add the br
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: ckeditor automatically add the br
Still behind in the content with a <br />
Re: ckeditor automatically add the br
http://ckeditor.com/license
Re: ckeditor automatically add the br
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br />
Re: ckeditor automatically add the br
http://stackoverflow.com/questions/1092 ... utput-html
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!