Hi,
I have used an old FCKeditor version until now. Now I have upgraded to CKEditor 3.6.1. I have managed to make the most changes so I have the editor the way the users used to have it.
But one (for you properbly) simple thing is that my users are used to get a blue background when clicking on the blockquote button.
How do I set a background color on blockquotes, so each time they click on the blockquote button it make an indent and gives a colored background?
like this
Kind regards,
simsen
Re: background color in blocquote
I finally find out what to do in my own CS file write the following:

blockquote
{
background-color: #deeffb;
}
But I didn't find out what to do so it also appear in the editor - not only in the text submitted