I have a problem with the editor copying styles from my page which sometimes makes the editor content area unusable due to white-font on white background, for example.
Is there a way to switch off the copying of styles in code-behind, so that I can add a checkbox to the page to allow the user to choose whether styles are copied or not? I use the same code for editing lots of different types of pages and on the majority of pages the automatic copying of styles by the editor works perfectly. It is just a few pages that get the problem, so I want the feature to be selectable, either via a checkbox or a custom toolbar button, rather than permanently using an alternative CSS File for the content area.
I have tried assigning a ContentAreaCssFile in code-behind but the editor continues to copy the page styles regardless.
I am using 2008 Q3 1105.
Is there a way to switch off the copying of styles in code-behind, so that I can add a checkbox to the page to allow the user to choose whether styles are copied or not? I use the same code for editing lots of different types of pages and on the majority of pages the automatic copying of styles by the editor works perfectly. It is just a few pages that get the problem, so I want the feature to be selectable, either via a checkbox or a custom toolbar button, rather than permanently using an alternative CSS File for the content area.
I have tried assigning a ContentAreaCssFile in code-behind but the editor continues to copy the page styles regardless.
I am using 2008 Q3 1105.