Can I apply CSS to customize the appearance of both the Editor text and the Preview?
The CMS uses separate CSS files for the backend compared to the frontend of the website, and I would like the editor to mimic how the content will appear on the site.
For instance, I want all tags with a class of .floatLeft{float:left;margin:0 10px 10px 0;} to display the same in the Editor.
Appreciate your help.