Page 1 of 1

Line Spacing TinyMCE

Posted: Thu Dec 13, 2012 1:45 pm
by johnoverall
Hi,

I have a problem with linespacing when using NClean Blue. Whenever I press return it inserts a complete line. So a list appears like so

Item1

Item 2

Item 3

When I want it to appear

Item1
Item2
Item3

How can I change this?

Re: Line Spacing TinyMCE

Posted: Thu Dec 13, 2012 2:43 pm
by tilde
Hold down Shift and then press Enter.

Søren

Re: Line Spacing TinyMCE

Posted: Thu Dec 13, 2012 2:50 pm
by johnoverall
Hi, thanks for that but how do I change TinyMCE to simply insert a carriage return? Where do I need to go to edit this setting? Thank you.

Re: Line Spacing TinyMCE

Posted: Fri Dec 14, 2012 4:01 am
by tilde
You may change this here:
Extensions > TinyMCE WYSIWYG > Advanced Tab.

Change New line-style to <br/>-style.

Now when you hit enter you will insert a new line just below the one you have just typed.

And of course if you hold down Shift and press Enter you will insert a new section.

Søren