Hi all,
Pasting content from word using the Paste from Word button. Visually, the word content has normal paragraphs with a line space between paragraphs.
For ckeditor, the popup appears and I check both checkboxes: ignore font face defnitions and remove styles definitions.
When I look at the source code for the newly inserted content, it looks like this:
<p>Paragraph one content</div>
<div> </div>
<div>Paragraph two content</div>
<div> </div>
<div>Paragraph three content</p>
How do I get the formatting to appear as follows (a setting inside the config file?):
<p>Paragraph one content</p>
<p>Paragraph two content</p>
<p>Paragraph three content</p>
Thanks,
Mark
// You pasted it in the wrong forum. Moving.