Page 1 of 1

FCKeditorX still broken style behaviour?

Posted: Sun Jun 18, 2006 3:49 pm
by paddy
Hey community,

just today, I downloaded the new cmsms 0.13 to try the  promised style selection feature. I'm not so sure if I used it correctly, since I never used it before, but now I just took several lines from my stylesheet:

Code: Select all

.gradient {
  margin-bottom: 2em;
  background: #555 url(/images/lazydays/bg/gradient.jpg) repeat-x bottom left; 
}
and pasted it into the textarea at Extenstions->FCKeditorX->Styles

now I want to apply this style to a site, but the list is still empty.

Did I do anything wrong? Or do the styles have to be single - lined?
I will try this now, but If you have another Idea, please help me - this page is for a friend of mine and not for me and it has to be really simple to use...

Thanks in advance!
paddy

Re: FCKeditorX still broken style behaviour?

Posted: Thu Dec 07, 2006 11:02 am
by visitor
Same problem here. Any info on this?

Re: FCKeditorX still broken style behaviour?

Posted: Thu Dec 07, 2006 11:07 am
by tsw
iirc, you need to copy the whole stylesheet..

Re: FCKeditorX still broken style behaviour?

Posted: Thu Dec 07, 2006 1:46 pm
by Dee
In cmsmadesimple-1.0.2 (FCKEditorX-1.0.2) it works only if you also add the style definition to a stylesheet attached to the template used by the page.
From the message above the Stylesheet textarea at Extenstions->FCKeditorX->Styles:
In order to see the applied styles in the textarea the same styles MUST exist in the stylesheet for the template for that page.

Re: FCKeditorX still broken style behaviour?

Posted: Thu Dec 07, 2006 1:48 pm
by Dee
tsw wrote: iirc, you need to copy the whole stylesheet..
You don't remember correctly ;D - it is possible to add single style definitions.