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

wwalc’s picture

Status: Active » Fixed

This 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.

geeksauce’s picture

Status: Fixed » Active

Is there a better editor to use?
I tried the tricks and it seems that it still displays quite a bit different, especially paragraphs.

patcon’s picture

Could it be that the input format you're using includes the "Line break converter" filter? If so, then anything like:

this is a line.
<p>
this is a second line.

will be converted to:

this is a line.
<br>
<p>
<br>
this is a second line.

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!

Jorrit’s picture

Status: Active » Closed (fixed)

Closed because of inactivity.