just installed CMS Made Simple. Very easy to setup and use compared to other CMS's i have looked at.
Anyway, in the FCK Editor toolbar, the bottom 3rd row on the left is a dropdown menu titled "style". when i click it to open it is empty. i presume it is for setting up custom styles for editors etc to apply to text.
My question is how do i make it read styles, where do i go to set it up?
thanks
FCK Editor - having/adding style
Re: FCK Editor - having/adding style
You need to place all the styles you wish to access here too:
Go to top menu - Extensions/FCKEditor
Then click on the 'styles' tab and paste a copy of your required styles here too.
Go to top menu - Extensions/FCKEditor
Then click on the 'styles' tab and paste a copy of your required styles here too.
Re: FCK Editor - having/adding style
Hello,
What do you mean exactly by : " paste a copy of your required styles here too "
I must paste all this
.legende {
font-size : 10pt;
font-family : Arial, Helvetica, Geneva, sans-serif;
color : navy;
}
What do you mean exactly by : " paste a copy of your required styles here too "
I must paste all this

.legende {
font-size : 10pt;
font-family : Arial, Helvetica, Geneva, sans-serif;
color : navy;
}
Re: FCK Editor - having/adding style
I'm afraid so. It will means you will have 2 copies of the same style, one in the templates stylesheet section and another in: Extentions/FCKeditorX/Styles section.