All,
I’m very successfully using CKEditor in my app that allows clients to build and send HTML Emails. There’s just one hitch–CK uses style=”float:left” for images, while Outlook refuses to accept that as valid (way to go, Microsoft..) FCKEditor used to use aligns instead of floats to position images. Is there a way to hack CKEditor to behave as FCK used to with regards to image alignment?
Posts to CK’s forums have been futile. Any assistance is appreciated!
Absent any really spot-on answers, I did my own research. The only correct way to solve this issue is to update the plugins/image/dialogs/image.js file with the following code that prioritizes html entities over that of CSS. The solution makes a WYSIWYG editor that’s near perfect for Email editor applications, and also the only solution I’ve found that 100% eliminates the issue of drag-and-drop from Microsoft creating HORRIBLE extra markup.