You need to Register for free and Login to post a message in the forum.

Forum

Subject: How to change editors BG Color
Prev Next
You are not authorized to post a reply.

Author Messages
harlowj
DNN Creative Magazine Subscriber
Nuke Active Member
Nuke Active Member
Posts:32

03 Sep 2006 12:14 PM  

I'm using a dark background through one of the sites I'm developing. The content panes all have a white background so it basically appears that the content area is a white background with dark borders from the background.

When I go into the text / html editor, it uses the body background color as specified in  my skin.css file. I need to change just the background of the text / html editor to white so I can get an idea of what it will look like on the site without effecting the body background for the site. Any ideas on how to do that or what class to change?

thanks
jason

 

leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3308

04 Sep 2006 2:56 AM  
Hi Jason,

I haven't come across a method to fix this, if you do please let us know, thanks

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
harlowj
DNN Creative Magazine Subscriber
Nuke Active Member
Nuke Active Member
Posts:32

04 Sep 2006 11:24 AM  
Hi Lee, I found that you can change the default BG color using the FCK editor but not the standard DNN editor. That is the good news.

The bad news is, I am now looking for a way to make the FCK editors image dialog screen have a specific BG color. (it currently uses the defult and has the same problem as the standard DNN editor)
leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3308

05 Sep 2006 2:27 AM  
Hello,

I would be interested if you find a sloution for this, Lynn was attempting the same thing here:
http://www.dnncreative.com/Forum/tabid/88/forumid/5/postid/1398/view/topic/Default.aspx

If you find a solution, let me know and I will put together a tutorial for everyone to learn from, thanks,

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
messmail
Nuke Newbie
Nuke Newbie
Posts:1

11 Sep 2006 9:55 AM  
I had the same problem and I think I solved it.
The Editor contains an Iframe and it has a Body tag of it's own.

If you set

BODY
    {
    Background-color:#FF0000;
    }

Both BODY tags will have a red background (page and Text editor)

The only distinction between the two I could find is that DNN renders the (main) BODY tag with ID="body"

so If you replace the lines above with:

BODY#body
    {
    Background-color:#FF0000;
    }

Only the background of the page will be RED, not the background of the text editor.
You are not authorized to post a reply.
Forums > Skinning Toolkit > Skinning Toolkit > How to change editors BG Color



ActiveForums 3.7

Latest Forum Posts

RE: Restart Application by leesykes
It will restart your DotNetNuke installation and reload the application.Clearing cache will clear th...
RE: How can i edit any module from front end by leesykes
hello,I have just tested this and can see exactly the same as you, I suspect the core team have set ...
RE: EasyCGI help? by leesykes
You may want to ask them to reset the correct permissions on your DotNetNuke installation files, som...
RE: quick question by leesykes
Hello,It will be possible to a degree, but it depends on how both of the skins have been built. You ...
RE: EasyCGI help? by Dr Joe
I'll let you know how it works out. I think I opened up about 6 tickets with them so far. ...
RE: EasyCGI help? by derpir
Hi Joe amazing to say the least! I will change host to PowerDNN as soon as possible, seems to me t...
RE: EasyCGI help? by Dr Joe
Amazing - I'm going through this exact same thing with EasyCGI! I managed to successfully instal...
Running the local host installation after building the application by saintX
My localhost installation of DNN was running blameless. After I oppened the application with VWD it ...
RE: quick question by derpir
Hello Is it possible to buy two skins and combine them? for example put one skins visual attributes...
RE: Environment Variables by leesykes
Thanks for the info,
RE: How can i edit any module from front end by sanju_k1421
ok if i added an text html . now i want to fill into that have to log in ,but i want that an...
Module not working when logged off. by t.ramya85
Hi friends,I have created two modules which interact with each other and i have kept one module to b...
RE: Environment Variables by fandnet
There are many ways to use variables like what I was trying to use...But here is how I did it.DotNet...
RE: OpenForce '08 by mgordon
It was truly a great time.  I really feel this year was much better than last year.  I hope to ge th...
Environment Variables by fandnet
I am creating a simple module that registered users can use to send an email invitation to people wh...
RE: How can i edit any module from front end by leesykes
I'm not sure that I follow, could you provide an example?
RE: Development of modules by leesykes
Hello,Glad you find them useful, at the moment there are not any plans to go into Module Development...
RE: SQL Server 2008 Documents Module DotNetNuke by leesykes
Hello,Thanks for the tip. Yes both connection strings are in correctly and the user has full permiss...
RE: Now, portal creation problem by jncraig
Since you have other issues with installing modules, etc. I believe that you are correct that it's a...
RE: How do I display the current time by jncraig
The [CURRENTDATE] skin object has a DateFormat attribute. The examples give MMMM dd, yyyy as a typi...
DotNetNuke Modules
RSS Feeds