Hi,
I have an anoying problem with my TinyMCE Editor.
Sometimes I want to just start a new line, but when I press Enter, I have an empty line. It´s like oldschool CR/LF Problems.
Example .. when I would like to have
bla bla 1 <enter>
bla bla 2 <enter>
bla bla 3 <enter>
it looks like when I would have pressed <enter/return> twice
bla bla 1 <enter>
bla bla 2 <enter>
bla bla 3 <enter>
....
Thats horrible. My only workaround is to switch to HTML View and delete the lines.
[b] ** My Question ** [/b]
Is there a way to make only the CR without LF in TinyMCE?
I tried already ALT-Enter, STRG-Enter and so on, but nothing helped.