By mcantelon on
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?
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
Take a look at the input
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.
Worked like a charm
Thanks! I made a urlfilter-only input filter and that worked great with TinyMCE.
-Mike Cantelon
http://mikecantelon.com
--
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'sThanks dovry, allowing tags
Thanks dovry, allowing
<p>tags worked. Disabling the "Line break converter" option did not fix the problem.Another solution
Another type of solution for this problem: http://drupal.org/node/58423#comment-4351976