When users hit ENTER they expect a normal line break as in Microsoft Word - not a double line break (paragraph). The UseBROnCarriageReturn setting does not solve the problem either - lists are then broken.
I was thinking about the following to fix the problem:
1. style <p> without margins as suggested in editorarea.css
2. when posting/saving replace <p>text</p> with text<br>.
The problem with styling the <p> tag is that it has to be done when viewing the html as well. But I use FCKEditor as editor in an e-mail system and when sending to Outlook I cannot control the display.
Any other suggestions? Are there any editors that handles line breaks correctly (as in Microsoft Word).
I was thinking about the following to fix the problem:
1. style <p> without margins as suggested in editorarea.css
2. when posting/saving replace <p>text</p> with text<br>.
The problem with styling the <p> tag is that it has to be done when viewing the html as well. But I use FCKEditor as editor in an e-mail system and when sending to Outlook I cannot control the display.
Any other suggestions? Are there any editors that handles line breaks correctly (as in Microsoft Word).
