Knowledgebase
Telerik Radeditor Showing background image (DNN - DotNetNuke)
Posted by on 22 August 2012 08:23 AM

Symptoms:
DotNetNuke Telerik Radeditor shows the background graphic rather than a blank white page to enter text.

Solution:

Step 1.

  • Make sure to backup "EditorOverride.css" file before editing.
  • Open "EditorOverride.css" file from (Providers\HtmlEditorProviders\Telerik) folder.
  • Add the following in the end

body
{
 background-image: none !important;
{

Save the file and check; If this does not solve the issue, perform step 2.

Step 2.

  • Make sure to backup "Skin Stylesheet" file before editing.
  • Open skin stylesheet (usullay called "skin.css") from your default skin folder (Portals\0\Skins\yourskin (where "yourskin" is the actual name of your real DNN skin)
  • Modufy the Skin Stylesheet as follows

    body { 

      background:transparent none repeat scroll 0 0;   margin:0 0 25px; /* Specific to skin */
      padding:0;    

    #Body {   background:#BE37TR url(images/bg_commun_header.jpg) repeat-x scroll left top;/* Specific to skin */    margin:0 0 25px; /* Specific to skin */   padding:0; /* Specific to skin */  

  • Save the file and check the RadEditior
  • You should be good now.

Feel free to leave comments.

(3 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).