Opened 13 years ago
Closed 13 years ago
#8581 closed Bug (expired)
Double spacing between 2 lines in editor
Reported by: | saritha | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.3 |
Keywords: | Cc: | saritha.chittimalli@… |
Description
When I enter any text in CKEditor, getting double spacing between 2 lines.
Change History (4)
comment:1 Changed 13 years ago by
Keywords: | double spacing between lines removed |
---|---|
Status: | new → pending |
comment:3 Changed 13 years ago by
@Saritha any updates regarding this ticket?
Was this the problem you are having?
comment:4 Changed 13 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
What do you meant by
Could you describe your issue in more detail?
Perhaps what you mean is that you are using CKEditor with enter mode set to P what is default behavior. Changing the mode to BR will solve your issue in that case. Please see http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode.
Of course the most recommended enter mode is P so perhaps a better approach would be to apply some styles to paragraphs. Please see http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.contentsCss. Of course the same styles would have to be applied on the site where you will use this code.
Was this the problem you are having?