Hi,
frequently I have to deal with problems related to the fact that editors can not anticipate how the content they edit in RTE will look on the page.
I am looking for a way to apply my frontend css files to the RTE.
It seems, the RTE uses an iframe in which the following css files are included:
/typo3/sysext/rte_ckeditor/Resources/Public/Css/contents.css
/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/tableselection/styles/tableselection.css
/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Plugins/showbrokenlinks/styles/showbrokenlinks.css
Is there a way to make the ckeditor add my own css files as well?
Best regards
edit: this is concerning backend editing, btw