Our site is CSS based. How can I get FCKEditor to display the content as it would appear on my site, with CSS formatting, in FCKEditor? When editing in FCKEditor I would like it to show like it would on the site with CSS formatting.
Right now, only way I can see CSS is submit the edit, and then check the rendered version on the site, which is not good for live content.
Thanks.
Right now, only way I can see CSS is submit the edit, and then check the rendered version on the site, which is not good for live content.
Thanks.
Re: Integrated CSS
Re: Integrated CSS
Sorry, can you tell me where that is. And is it available in all versions. I think I have version 2.1, that's what the license.txt version says.
Also, I changed this line in fckconfig.js:
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
I changed it to point at my CSS file, but doesn't appear to have made any change.
FCKConfig.EditorAreaCSS = 'http://www.mysite.com/css/styles.css' //THIS DOES NOT CHANGE THE EDITOR CONTENT TO MY SITE STYLE
Should that work?
Re: Integrated CSS