Hi,
I'm trying to get CKeditor to output a colored background around my text. Here is what I have in my config.js file. No matter what I put in for the color, it keeps coming up white (see image).
What should I do?
I'm trying to get CKeditor to output a colored background around my text. Here is what I have in my config.js file. No matter what I put in for the color, it keeps coming up white (see image).
config.colorButton_backStyle = { element : 'span', styles : { 'background-color' : '250,245,223' } };
What should I do?
Re: CSS Background Color
Re: CSS Background Color
thanks for the information..