I'm using ckeditor in a web application which creates html emails, and one of ckeditor's default behaviors is causing a compatibility problem with Outlook. The UI for ckeditor allows a user to specify hspace and vspace, but ckeditor then automatically converts those values to margin. That's a problem when the resulting html is used for html email, because Outlook ignores margin values applied to images. So, I need a way to tell ckeditor not to convert the hspace/vspace to margin.
Any suggestions?