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.
need different background color on wysiwyg for content & GCB
Re: need different background color on wysiwyg for content &
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 &
Thanks. I thought that was going to be the case.