I am using CKEditor
I am editing and styling elements in its own window successfully.
But when i save it to DB (html data) and than get to my website from DB;
than of course my website styles.css is different from css that showing in ckeditor on editing.
How can i make same css (same view) on ckeditor edit window and my div in website (publish)?
Should i reset.css both? but how can i prevent css overrides from my site.css?