
0
CRM editor stripping CSS
I'm buiding templates for use through our CRM. When I load the templates, the editor strips the css. Maybe because these editors expect presentation layer to be separate? Looks like the editor is tinyMCE. These things are just not built for email. Is there anything I can do? This is a pretty time sensitive matter.
What's the CRM you're using?
You could try moving the
<style>
block to the body also try linking to a stylesheet hosted on your server, try that link in both head and body.Thanks Mark. But isn't an external stylesheet a big no no? Is that what cool kids are doing now?
The cool kids are still inlining the majority of css for the few clients that are yet to catch up.
You can use external stylesheet, they're not that well supported in webmail clients but support is pretty decent for desktop and mobile, so it's not ideal but better than no css.
Check out compatibility here
Cheers
I'm having the same issue STILL. My media queries do not work at all and I have no idea why.