It appears that the settings I mentioned above don't really do anything. Well maybe not now.
Here is the new setup for the config/tinyMceConfig.config file which works for me. It also cleans up the nasty html formatting when copy and pasting from Microsoft Word.
Umbraco RTE Tinymce remove <br/><br/> wrapped around plain paragraphs
Hi Guys,
I started using the Umbraco 7.6 and the RTE is acting slightly different which I don't like.
Previously if I had a few plain text paragraphs (copied straight out of notepad) and then pasted into the RTE it wrapped the paragraphs in paragraph.
E.g
<p>paragraph1</p><p>paragraph2</p>
Now with the new version it seems to not wrap the paragraphs but instead separates the paragraphs with line breaks.
Eg.
<p>paragraph1<br /><br />paragraph2</p>
Does anyone know how to change this setting back to using
tags rather than the line breaks?
Thanks in advance.
Kind Regards
David
Hi,
I found a few mentions of
as per this link.
https://our.umbraco.org/forum/using/ui-questions/27674-tinyMCE3-and-forcebrnewlines
I tested updating the config settings of the config/tinyMceConfig.config file to the following. Unfortunately it had no effect. Html line breaks (
) are still added in between paragraphs rather than
tags.
Any ideas?
Kind Regards
David
Hi,
I finally figured this out with a little help from another post I found.
https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/54785-Paste-from-word-help-needed
It appears that the settings I mentioned above don't really do anything. Well maybe not now.
Here is the new setup for the config/tinyMceConfig.config file which works for me. It also cleans up the nasty html formatting when copy and pasting from Microsoft Word.
is working on a reply...