By reefskin on
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
Comments
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.input filters, problem stays
hello,
i have the same problem, tried almost everything but nothing helps,
the strange thing is that when i enter or shift+enter in my editor,
it does everything allright,
but when i click on html button to see what happened, i don't see any code at that place
when i save document, the enter or shift enter hasn't been executed, so the text goes to one block
anyone knows the solution