Excuse me, but I use a Mac. Is there some other way to force a new line besides "shift-enter"? Isn't that some sort of PC thing? Even using Safari my line breaks are stripped.
It's making me nuts. Also, I found the tiny_mce.js file but can't figure out what from the following to change.
Depending on your configuration, you might also have to edit the initialization settings in the js/tinymce/tiny_mce.js file and change these values to reflect:
this.defParam("force_br_newlines", true);
this.defParam("force_p_newlines", false);
this.defParam("convert_newlines_to_brs", true);
[snip]
this.defParam("remove_linebreaks", false);'
Can someone please explain this?