I just installed TinyMCE and it's working pretty well, except for line breaks. My line breaks don't get preserved.

Anyone know how to remedy this?

Comments

rogerpfaff’s picture

Take a look at the input formats. There is a filter that enables auto linebreaks if not using an WYSIWIG Editor. This filter must be turned off if you want to use TinyMCE because TinyMCE sets his own line breaks.

mcantelon’s picture

Thanks! I made a urlfilter-only input filter and that worked great with TinyMCE.

-Mike Cantelon
http://mikecantelon.com

dovry’s picture

I had the same problem, I added <p> to the list of allowed tags in filtered html, and that solved it. The html source generated by tinymce it is all in one line with lots of p's

fizk’s picture

Thanks dovry, allowing <p> tags worked. Disabling the "Line break converter" option did not fix the problem.

PitrusCitrus’s picture

Another type of solution for this problem: http://drupal.org/node/58423#comment-4351976