Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...More Telerik Background issues...More Telerik Background issues...
Previous
 
Next
New Post
7/15/2011 1:27 PM
 
I know this has been a topic in the past, but I am still having issues with this even in the latest release of DNN. I have the 5.6.3 version installed and I am using the Telerik editor in all my portal. In all cases the editor will pickup the background image of the page it is on. This is problematic for pages with an image for a background.

I found on this page: http://www.pixelnv.co.za/Blog/tabid/537/EntryId/2/Fix-for-Telerik-RadEditor-background-issue.aspx

That one solution is to modify the core CSS files in the Providers/HtmlEditorProviders/Telerik folder as per the the suggestion made by Nina in the above article. However when I add a css class like this:

body
{background:#FFF;}

the sites background changes to white also... how to I get the background to stay white on the editor and not touch the site skin?

Any help would be greatly appreciated.
 
New Post
7/16/2011 1:51 PM
 
have you tried the suggestion on the wiki - http://www.dotnetnuke.com/Resources/Wiki/Page/Overriding-the-Background-Color-of-the-Telerik-RadEditor.aspx

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
7/16/2011 5:37 PM
 
I've found that what works is adding a file called "editor.css" to your skin's root folder. In it, put this:

body, html {
background-image: none;
background-color: white;
}

I know this works in v. 6, and I'm pretty sure it does in 5.6.3.

Hope this helps,

Mike
 
New Post
7/18/2011 9:32 AM
 
Mike Ryckman wrote:
I've found that what works is adding a file called "editor.css" to your skin's root folder. In it, put this:

body, html {
background-image: none;
background-color: white;
}

I know this works in v. 6, and I'm pretty sure it does in 5.6.3.

Hope this helps,

Mike

 I have tried this and it does not work for me. Can anyone else confirm this works for them?

 
New Post
7/19/2011 9:46 AM
 

Open the following file from your installed DNN folder
~/Providers/HtmlEditorProviders/Telerik/Config/EditorOverride.css

You then need to look at the EditorOverride.css or CustomOverride.css file – and add the following code to the CSS file.

body{
color: #000000;
background-color: #ffffff;
padding:3px;
margin: 0px;
text-align: left;
}

You then need to save this file.
You are done. Refresh the cache

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...More Telerik Background issues...More Telerik Background issues...


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out