Technical support This forum is closed.
Version 1.x > Technical support > FCK Editor respect stylesheets? View modes: 
User avatar
Member
Member
rgillen - 5/28/2006 2:35:44 PM
   
FCK Editor respect stylesheets?
Is there any way to get the FCK editor to respect the CSS styles assigned to a given page? Not being able to use WYSIWYG (due to lack of stylesheet support) is seeming rather limiting...

User avatar
Guest
admin - 5/29/2006 7:10:51 PM
   
Re: FCK Editor respect stylesheets?
Hi Rob,

Thank you for your message. The FCK editor generally uses the main.css file for the content that is being edited. Did you encounter any problem with that?

Thank you.

Best Regards,

User avatar
Member
Member
rgillen - 5/29/2006 7:49:22 PM
   
Re: FCK Editor respect stylesheets?
Yes, the editor does use main.css, however, I'm *not* using main.css in my site (I'm using it for cmsdesk, but not for the main site). I'd like to use a non-kentico supplied CSS file...

User avatar
Guest
admin - 5/30/2006 2:40:25 PM
   
Re: FCK Editor respect stylesheets?
Hi Rob,

in that case, you need to use the following web.config parameter to specify the path to the CSS style sheet that should be used by the FCKEditor:

<add key="CMSCSSVirtualPath" value="/main.css" />

Best Regards,

User avatar
Member
Member
rgillen - 5/31/2006 3:58:24 AM
   
Re: FCK Editor respect stylesheets?
Perfect... thanks!