Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.9
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2012 at 07:22 UTC
Updated:
20 Mar 2012 at 09:36 UTC
Comments
Comment #1
mkesicki commentedOn your screenshot it looks , that CKEditor 'moves' word to new line , because there is no place for editor (end of it's width). But at the end of lines there is no tags (like p div br), so there should be no new line in this place after save article. If everything looks fine after save of article , this should be no problem.
You can always try use "Use custom formatting options" & "Custom formatting options" options in "Cleanup and output" section of CKEditor's profile. These options sets how CKEditor will format source code.
Comment #2
debonator commentedi fixed it using some css. here's how:
ta-da!
fixed. i wasn't sure where the css was for the editor, so i just dropped this bit of code into my main stylesheet. v
thanks for responding!
Comment #3
mkesicki commented