Hi,
I have this code on my ckeditor (created by a conversion through Aspose Words):
<p> <meta content="text/css" http-equiv="Content-Style-Type" /> </p> <p> <meta content="Aspose.Words for .NET 9.6.0.0" name="generator" /> </p> <p> <title></title> </p>
Everytime i use the source button to see the code and then back to wysiwyg mode, more <p></p> appear out of nowhere.
<p> </p> <p> </p> <p> <meta content="text/css" http-equiv="Content-Style-Type" /> </p> <p> </p> <p> </p> <p> <meta content="Aspose.Words for .NET 9.6.0.0" name="generator" /> </p> <p> </p> <p> </p> <p> <title></title> </p>
And so on..
Any idea on why this is happening?
Re: CKEditor adding <p> out of nowhere
My guess is the source editor is interpreting that as a new line/paragraph and adding p's accordingly.
Re: CKEditor adding <p> out of nowhere
That doesn't seem to work.
Even if i have the html like this
it will still keep adding <p>
After a few changes between source and wysiwyg i have a hundred emtpy lines..
Re: CKEditor adding <p> out of nowhere
Re: CKEditor adding <p> out of nowhere
A similar issue was reported a few years ago, http://dev.ckeditor.com/ticket/382