Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-2.0-alpha5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2009 at 02:43 UTC
Updated:
26 Jul 2009 at 08:43 UTC
Is there something I'm missing? The spacing is the big thing. On the editor it is one line away but then on the website it is 2-3 lines. I'll make a few pictures if it'll help.
Comments
Comment #1
wwalc commentedThis is because how the text looks in your site depends on various CSS rules. You should "tell" FCKeditor to use either its' own set of styles in FCKeditor profile, or set a couple of CSS properties manually.
Take a look here, maybe it will give you some idea how to solve it: http://drupal.fckeditor.net/tricks
Marking as fixed, however feel free to reopen this issue if you have any further questions.
Comment #2
geeksauce commentedIs there a better editor to use?
I tried the tricks and it seems that it still displays quite a bit different, especially paragraphs.
Comment #3
patcon commentedCould it be that the input format you're using includes the "Line break converter" filter? If so, then anything like:
will be converted to:
You're probably using full HTML input format, so be sure that you configure that one (or whatever it is you're using), not to use "Line break converter".
Hopefully this helps!
Comment #4
Jorrit commentedClosed because of inactivity.