Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

TinyMCE 7.00.07 background color

Asked Modified Viewed 2,182 times
S
sndk-designs
S
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi. I have PHP Fusion v.7.02.05 on my web and i have TinyMCE from 7.00.07. How can i change background in TinyMCE ? thanks ...
Edited by JoiNNN on 18-10-2012 20:22,
0 replies

9 posts

J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

Add in styles.css
[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false].mceContentBody {
background-color: #fff /*The color*/
}[/syntaxhighlighter]
0 replies
S
sndk-designs
S
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Thanks but... it doesn't work ? :/
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

Hmmm... clear browser cache, put the code at the bottom in styles.css of the theme you are using. If still doesn't work try
[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]body.mceContentBody {
background-color: #FF0000 !important; /*change color*/
}[/syntaxhighlighter]
0 replies
S
sndk-designs
S
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

it doesn't work : /
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

You are doing something wrong... or i understood you wrong.
Is that color you wanna change? If yes, you are doing something wrong.
imageshack.us/scaled/landing/705/wfsm.png
0 replies
S
sndk-designs
S
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

yes. i want to change this color....

// this is my color now .... i want to change it because this is bg of web ....

imgupload.sk/images/p/6/p69o2t0ndm5yj3mkeroz.png
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

Well, I didn't know you use an image as background. This should work:
[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]body.mceContentBody {
background: none #FF0000 !important; /*change color*/
}[/syntaxhighlighter]
0 replies
S
sndk-designs
S
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

thanks so much !!! it works ! ;))
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

It was a theme BG image, bug somewhere in TMCE styles - same things with joomla themes.
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
J
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
S
S
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet