Tiny MCE: all looks fine, but impossible to insert line breaks or paragraphs
reefskin - January 15, 2007 - 21:25
Hi all,
I installed Tiny MCE today and got it going. It all loks fine, but when I edit the pages I have already created, it removes line and paragraph breaks.
Have fiddled around, am sure it must be something obvious, but I haven't figured it out yet.
Any helpful suggestions would be much appreciated!
Rob

have a look at your input
have a look at your input filters and see what you've got in there - it might be removing line breaks?
Still no joy
Yes I had a look at my filters and tried all sorts of variations, nothing seemed to make a difference.
When I enter content in the editor it looks fine, but then it removes all the paragraph and break formatting when I preview or publish.
and you've definitly got
and you've definitly got "Line break converter" checked in the input filter of the format you are using? that should do it
Did you find the solution?
Hi!
I'm having the same problem with tinymce and I have tried with unchecking line break converter and it still doesn't work.
Did you find the solution?
Thanks,
Davor.
allowed html tags
I had the same problem, till I add
<p>to the allowed tags in Filtered HTML input format - configure.I also changed the order of the filters to:
Seems there is a filter cache. I had to empty this.
Thank you a lot!
Thank you a lot for your reply! This solved my problem!
;)
Thank you!
That was it for me too, thanks!
input filters - <p>
I had the same problem. I added
<p>to the list of allowed tags in filtered html, and that solved the problem.