HI ,
i´m using cute editor version 6.3.0.0 which works fine.
But I´ve a problem with pasting word HTML (Office 2007) into the cute editor.
I use: CE1.EditorOnPaste = CuteEditor.PasteBehavior.ConfirmWord
In the pasted HTML the unneccessary Word HTML is removed, but the font styles are still existing
- like in this example this is the result after pasting from word with ConfirmWord = OK:
<h1><span>1<span style="font: 7pt 'Times New Roman'"> </span></span>My header</h1>
<p style="line-height: 120%"><span style="line-height: 120%; font-family: 'Segoe UI','sans-serif'; font-size: 10pt">This is my text...</span></p>
<p> </p>
I expect that all font styles are also removed, like it was in CE version 5.3!
Is this a bug?
Please help - I can´t use CE with that behavior!
I need that the font tags are also removed, but e.g. tables and simple HTML tags shall stay (like in 5.3).
Thanks for your help!
Tony