I am using ckeditor for a small cms program I am writing. The content that is being editing is in a <div> with an id of #content which determines. I haven't been able to apply the properties of the css id #content to the ckeditor content. I'm using a textarea with an id of content and have included the css file on the page that the editor is located. Any suggestions?
Tue, 06/05/2012 - 14:42
#1
Re: content css
lI'll answer my own question in hopes that it might help someone else. I had set config.baseHref = 'http://mysite.com'; while I was using a relative path to config.contentsCss. Once I changed this to match the baseHref everything worked fine.