Page 1 of 1

need different background color on wysiwyg for content & GCB

Posted: Tue Jun 19, 2012 8:43 am
by stevegos
Hi

I have a web site with a black background and white text. To make the wysiwyg more realistic I have set a black background on the editor.

However, I have several Global Content Blocks which output their content in to areas which have a white background. But the code used to set the background colour is also used on the GCB and thus it is also black.

Is there a way to set the background colour of the GCB separate from the normal content blocks?

I am using cmsms 1.10.3 with the latest TinyMCE (not micro).

All help greatly appreciated.

Re: need different background color on wysiwyg for content &

Posted: Tue Jun 19, 2012 6:43 pm
by Dr.CSS
Sorry but GCB don't have any special way to tell tiny that it needs a different background, best bet is to make all tiny use white background and black text, there is a setting the will strip all background color calls from the style sheet...

Re: need different background color on wysiwyg for content &

Posted: Tue Jun 19, 2012 8:27 pm
by stevegos
Thanks. I thought that was going to be the case.