I have edited squirrelmail's html_mail plugin to use CKeditor 4. It's loading in the "body" text area but it doesn't pick up the css in html emails. So at the top of the email body I see:
body { font-size: 10px;
}table { width: 75%; }td.label { width: 30%; text-align: right;
font-weight: bold; }td.value { width: 70%; text-align: left;
}td.labelHeader { width: 30%; text-align: right; font-weight: bold;
background-color: #E6E6E6; }td.valueHeader { width: 70%; text-align: left;
background-color: #E6E6E6; }
This also makes the html display incorrectly as the styles are not getting applied. Is there a config I need to set to pick this up?
Have you tried setting the
Have you tried setting the contentsCss option?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!