Is there any way to prevent CKEditor from removing broken/invalid style declarations from elements.
We have some users that have used invalid values for things like margins, widths, etc. Basically they leave out the unit of measurement of the value like the following example:
<p style="margin-left: 5; margin-top: 2; margin-bottom: 2">...</p>
CKEditor removes the incorrect declaration when switching from source view to design view. Is there any way to stop this?
I understand why it is removed, I agree with why it is removed however it has become a requirement to allow this. Basically we want CKEditor to leave as much of what a user enters untouched even if it is wrong