The forum operates in read-only mode. Please head to StackOverflow for support.
FCKConfig.EditorAreaCSS = 'http://www.mysite.com/css/areastyle.css' ;
FCKConfig.EditorAreaCSS = '/css/areastyle.css' ;
FCKConfig.EditorAreaCSS = 'css/areastyle.css' ;
FCKConfig.EditorAreaCSS = '/css/areastyle.css' ; FCKConfig.EditorAreaCSS = 'css/areastyle.css' ; FCKConfig.EditorAreaCSS = '../css/areastyle.css' ; FCKConfig.EditorAreaCSS = 'areastyle.css' ;
Re: EditorAreaCSS path problem in IE: 2.5 Beta
like:
Re: EditorAreaCSS path problem in IE: 2.5 Beta
So all of the following would get the same result (assuming the paths actually lead to the style sheet):
The weird thing is that the styles get applied correctly in the 'Style' dropdown menu, but not the edit area.