For example I have this text:
Getting started: Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!
After you enter your content, highlight the text you want to style and select the options you set in the style editor in the "styles" drop down box. Want to get rid of styling on a bit of text, but having trouble doing it? Just use the "remove formatting" button to strip the text of any formatting and reset your style.
If I try to change just one paragraph, allocated two sections instead of one
You must have <br /> between
You must have <br /> between paragraphs. Change them to <p>.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
I have <br /> between
I have <br /> between paragraphs. Same problem
What Sebastian means is that
What Sebastian means is that you should *not* have a <br /> element there. Text alignment works on block-level elements and your two paragraphs are, in fact, HTML-wise, one block-level <p> element. If you want to treat them separately, each one needs to be a separate block-level <p> element.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!