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

Forum

FCK Editor Background colour
Last Post 2009-05-23 08:37 AM by Lee Sykes. 2 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
lynn WalshUser is Offline
Nuke Master
Nuke Master
Posts:275

--
2006-09-12 09:36 AM  

Hello

I think I may have the solution to the difficulty of viewing/editing text using FckEditor, which takes the background colour of the skin and displays it in the text editing area. This is ok when the skin background colour is light, but a problem, when the background colour of the skin is very dark.

This is an extract taken from my skin, as you see my background colour is very dark. Directly under my body class setting, I have set a div especially for dnn with a background colour of white, it seems to work, so far:

body {background: #0D1D43; text-align: center;  height:95%;}
#__dnn_body{background:#fff;}

I have since found that I can now view my text on a white background, even though my css body class for the skin is set to almost black.

I have not tested this extensively, I have only applied this to one skin as yet.

I hope this helps.

Lynn

 

www.artreach.net
Inspiration For Life

www.seemalta.net
see Malta
Doug BlackmonUser is Offline
Nuker
Nuker
Posts:17

--
2009-05-20 04:31 AM  
From my research there is a couple of ways to fix this problem.

One being going into the "Show custom editor option" once the FCKEditor loads on your page. From there you need to make sure the "Editor area CSS" is set to static.

If this doesn't work like in my case I was forced to find another solution which closely matches yours.

Simply add a #body tag in your skin.css file and move everything from the body tag to the #body tag.

From this:

body {

font: 12px "Geneva", Arial, Helvetica, sans-serif bold;
background:#cde7ff url(img/background-800px.gif) top center repeat-y;
color:#FFFFFF;
line-height:1.2em;
margin:0 auto;
padding:0;
text-align:center
}

To this:

#body {

font: 12px "Geneva", Arial, Helvetica, sans-serif bold;
background:#cde7ff url(img/background-800px.gif) top center repeat-y;
color:#FFFFFF;
line-height:1.2em;
margin:0 auto;
padding:0;
text-align:center
}


Here is the URL that explanation of this
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2009-05-23 08:37 AM  
You may also want to look at these tutorials:



In FCK Editor CSS Skin Styles Preview in DotNetNuke we cover how to fix the background color option as well as:



Video 1 - Introduction, Configuring the Default Editor Display Mode
Video 2 - Fixing Text Display Problems, Creating a Custom FCK Body ID
Video 3 - Styling the Image Gallery, Link Gallery, Custom Options FCK Editor Pages
Video 4 - Configuring an Instance, Module or Portal FCK Editor Display Mode
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

iPhone website logo in DNN root directory by JohnnieD
I'm trying to put an iPhone logo that I made into my site so when someone saves the website on their
RE: Fixed size container by Joseph Craig
Use an HTML module and style the container to have a fixed height and width. Set the overflow attr
Fixed size container by Aggiedan97
I am looking for advice or an actual container that has a fixed height (and width). An HTML module w
RE: DNN 6.1 app_offline.htm by Joseph Craig
If the site "works" in Chrome, Firefox and Safari, but not in IE8 look to IE8 as the problem. It is
RE: DNN site automatically redirects to a different domain name. by Joseph Craig
Make a copy what is in the portalalias table and then remove all but the localhost entry. Verify th
DNN 6.1 app_offline.htm by Dave Hassall
Hi As recommended I have successfully been using the app_offline.htm whilst performing upgrades t
RE: DNN site automatically redirects to a different domain name. by imran shaikh
Hi i have done same as mention in this post my dnn folder name is Trademaxomanupg with
Enforce Terms Tutorial Update by Vistalogix Corporation
I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
RE: Best Practices for Modifying a Custom Module by Joseph Craig
Start up the development website, then install the module using the package that you have. Then, yo
Best Practices for Modifying a Custom Module by schilders
Good Morning, I'm needing to modify a custom built module created by another developer targeted f
RE: Admin menu problem by alireza arabiyan
hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
RE: Admin menu problem by Joseph Craig
Yes, that is what you should have done. What is the URL for your home page? What is the URL for
RE: Admin menu problem by alireza arabiyan
hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
RE: Admin menu problem by Joseph Craig
How did you move it? Have you added an entry in the portalalias table for the site's domain name?
RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
Set up a user with dbo privileges and set the connection string for that user, rather than using Win
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds