Question:
I am using your rich text editor to send an email and I need the styles from CSS files to be converted to inline styles. I have disabled the useClasses
option, however the output from the editor doesn't contain the style inline.
Answer:
Setting useClasses: false
should just do the trick for you, however there are few other things you might need to check:
- The CSS files are loaded from the same domain where the editor runs.
- You don't have a sanitizer on server side which is removing the inline style set by the editor.