Page 1 of 1

[Solved] WYSIWYG console is not viewable on white font

Posted: Sun Jan 10, 2010 9:58 am
by dmaireroa
Hi everyone, and a happy new year to you.

Is there a way to view a white text color on the WYSIWYG without highlighting a text? My CSS font color is 'white or #ffffff' but on the CMSMS WYSIWYG console, you can't see the text unless you view in HTML or highlight it. But if I was doing this for a client, how would they edit or make alteration?

Any suggestions?

Many thanks in advance
CHEERS :)

Re: WYSIWYG console is not viewable on white font

Posted: Sun Jan 10, 2010 10:17 am
by Rolf
Hey dmaireroa

Look in the admin under the advanced tab of the TinyMCE page
You will see a field Body tag CSS there.
If you put fi background-color:#f00; in it, the background color of the editor will be red.

Hope this helps

Regards, Rolf  :)

Re: WYSIWYG console is not viewable on white font

Posted: Sun Jan 10, 2010 5:38 pm
by dmaireroa
Hi Rolf

Thanks for helping out, but with the 'Body tag CSS', are you referring to the 'CSS Styles' in the TinyMCE WYSIWYG? If so, I tried to put my own CSS, and the example provided "CustomName1=style1;" but it still didn't work??

Code: Select all

.cms				{
	color: #000;
	text-align: left;
}
Can you elaborate further on this one please?

Re: WYSIWYG console is not viewable on white font

Posted: Sun Jan 10, 2010 5:46 pm
by RonnyK
He was pointing to the advanced tab of tinymce, there is the "Body tag css", with a explaination line just below to show the example.

Extensions -> TinyMCE -> Advanced-tab....

Ronny

Re: WYSIWYG console is not viewable on white font

Posted: Sun Jan 10, 2010 11:56 pm
by dmaireroa
YES!! Thanks Ronny, I got it going now. I had to check 'Include only screen CSS:' in order for it to work.

Problem solved, thanks for your help guys.

CHEERS :)

Re: WYSIWYG console is not viewable on white font

Posted: Mon Jan 11, 2010 7:00 am
by Rolf
Nice  ;) [Solved] then...

®olf

Re: WYSIWYG console is not viewable on white font

Posted: Mon Jan 11, 2010 3:31 pm
by dmaireroa
Thanks for your help too Rolf ;)

Re: WYSIWYG console is not viewable on white font

Posted: Mon Jan 11, 2010 3:48 pm
by RonnyK
With [solved], Rolf meant to say, that when a post is solved, you should modify the subject line of the original post (the first entry), to state [solved].... ;)

Ronny

Re: WYSIWYG console is not viewable on white font [solved]

Posted: Tue Jan 12, 2010 4:07 am
by dmaireroa
RonnyK wrote: With [solved], Rolf meant to say, that when a post is solved, you should modify the subject line of the original post (the first entry), to state [solved].... ;)

Ronny
Hey Ronny, how do I make this thread [solved]?

Re: WYSIWYG console is not viewable on white font

Posted: Tue Jan 12, 2010 6:28 am
by RonnyK
Just navigate to your original post and press the "Modify" button. Then put the word [Solved] in front of the original subject-line.

Ronny

Re: WYSIWYG console is not viewable on white font

Posted: Tue Jan 12, 2010 7:01 am
by dmaireroa
RonnyK wrote: Just navigate to your original post and press the "Modify" button. Then put the word [Solved] in front of the original subject-line.

Ronny
Got it, thanks ;)