When I set ContentAreaCssFile="stylesheet.css" on the editor
The edit area iframe head tag actually ends up with 3 stylesheets linked:
<HEAD>
<STYLE></STYLE>
<LINK id=RADEDITORSTYLESHEET0 href="stylesheet.css" type=text/css rel=stylesheet>
<LINK id=RADEDITORSTYLESHEET1 href="IC/ICstyle.css" type=text/css rel=stylesheet>
<LINK id=RADEDITORSTYLESHEET7 href="/Web/RadControls/TabStrip/Skins/Office2007/styles.css" type=text/css rel=stylesheet></HEAD>
So the styles of all 3 sheets get combined. I only want the first sheet used, as the others will not be present when this edited content is displayed.
Is this a bug or desired behaviour, and how can I work around?
