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 ...HTML/Text editor area is blackHTML/Text editor area is black
Previous
 
Next
New Post
8/14/2010 2:39 AM
 
I downloaded a Nina Skin for the new DNN 5.4.4 site and the only problem is when a user is using the HTML/text module editor, the area that you add your content is black and the users, for the most part are not smart enough to highlight the text they wrote or even use the Basic Text Box. Is there a setting for this or do I need to find another skin package?

 Thanks, Jeff...
 
New Post
8/14/2010 4:05 AM
 
I believe that the background of the text editor inherits the background color of the skin, which is why you're having that problem.  

You can override nearly any CSS using the Portal.css file, which is directly editable at the bottom of the Site Settings.  Try adding the following CSS to your Portal.css file and see if it helps you.

.reContentCell, .reContentCell iframe, .reContentCell * { background-color:#ffffff; }


However, due to how and when telerik imports their skin style for the text editors, you might have to end up putting that CSS in the override CSS file in the following directory:

~/Providers/HtmlEditorProviders/Telerik/EditorOverride.css


Finally, you could also use a bit of jQuery to force this to happen.

jQuery(document).ready(function(){ jQuery('.reContentCell, .reContentCell iframe').css('background-color', '#ffffff'); });

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
8/14/2010 11:11 AM
 
You are correct, the background is either transparent or is inheriting the BG color of the skin.
 I tried the first two options that you suggested, but had no luck. How and where do I do the Jquery option?

 Thanks, Jeff....
 
New Post
8/14/2010 1:04 PM
 
Please see the following:

http://blogs.xd.com.au/2010/07/15/rad...

Nina's method worked well on one of my sites.

Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
8/14/2010 1:10 PM
 
Great link, William!  So one of my methods actually would work.  We just need to add that extra line of code to the configuration file. 

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...HTML/Text editor area is blackHTML/Text editor area is black


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