Hello All,
I'm trying to figure out something:
When entering text in the editor textarea, there is a certain ammount of space between the enters(newlines).
Sow it looks that there is an extra <br> between lines.
For me this is verry annoying.
<p>line one</p><p>line two</p>
looks like
i want it to be :
I get lost in the documentation, cause i have no experience in JS andso
most things to get ckeditor working al worked out for me.
This is the only thing that keeps bugging me.
So if someone could tell me where to change this behaviour, sow that there is no more space between 2 newlines
I'm trying to figure out something:
When entering text in the editor textarea, there is a certain ammount of space between the enters(newlines).
Sow it looks that there is an extra <br> between lines.
For me this is verry annoying.
<p>line one</p><p>line two</p>
looks like
line one line two
i want it to be :
line one line two
I get lost in the documentation, cause i have no experience in JS andso
most things to get ckeditor working al worked out for me.
This is the only thing that keeps bugging me.
So if someone could tell me where to change this behaviour, sow that there is no more space between 2 newlines
Re: changes in main editor area
Re: changes in main editor area
Re: changes in main editor area
i think this is not wat i mean.
the spacing between lines in the output between the <p> tags, eg displaying the savedtext to site,
is simply to configure with style tags in script.
or in css
what i mean is inside the editor textarea, while entering the text.
but i wil give it a try
let you know
Re: changes in main editor area
niceee.
but with the <p> tags why are there the spacins
I dont minde the <p> tags
but many trhnx in works now fine
Re: changes in main editor area