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

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorText/HTML module body of the editor is aquiring the background color Text/HTML module body of the editor is aquiring the background color
Previous
 
Next
New Post
9/30/2008 7:38 PM
 

Chris thanks for your answers.

You referred to  skin.ascx are you referring to what our skin page name is?

If so we only have a table in our ascx page there is no body tags.
 

 

 
New Post
10/2/2008 8:14 AM
 

By "skin.ascx" I meant whatever your page skin's .ascx file is named.  The file name varies from skin to skin.  Skin files for pages (as opposed to containers) should have body tags in them, as a html document is not valid unless it contains one and only one body tag. 

If you don't have a body tag, then either your html is invalid, or there's something else going on with your code that you haven't revealed.  In ASP.NET it's possible to set up a .Master page which acts like a template, and any page based off of the .Master inherits the contents of the .Master page.  If you're using a .Master page in your skin package, that's probably where your body tag is.  To date, I have not seen any skin packages that use .Master pages, but my experience with DNN skinning is fairly limited.

 
New Post
10/7/2008 6:57 PM
 

Chris,

It sounded at first like your method might work, but as was stated earlier, the skin .ascx files do not add the HTML or BODY elements to the page.  DNN adds in those elements and a bit of js before adding in the parsed skin files.

So far, I haven't found a workaround for this, and I went ape-s**t crazy on it for 2 hours.  Any body else finding anything out?  I'm guessing 4.9.1 will fix this...

 

 
New Post
10/8/2008 1:55 PM
 

Are you looking at the *page* .ascx file for your skin, or the *container* .ascx file for your skin?  I'm talking about the body tag in the page skin file.  It would be located in this dir:

\Portals\_default\Skins\[myskinpackage]\

and not

\Portals\_default\Containers\[myskinpackage]\

All of *my* page skins have an HTML and BODY element in them.  This seems to be standard/defaut for the skin packages for dnn framework that I have used.

 

At any rate, it appears that your real problem (the background color) is solved by this solution, from another thread:

this is caused by a black color specified for the html body tag in your skin. you can disable dynamic application of css in extended editor settings (beneath the editor) and select static in section Editor Area css. save your settings for the whole portal.

Hope this helps!

 

--Chris

 
New Post
11/20/2008 10:19 AM
 

Here's the *correct* way to do it:

http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/BodyId_and_BodyClass

Then edit your ~/Website/Providers/HtmlEditorProviders/Fck/Custom/fckconfig.js accordingly.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorText/HTML module body of the editor is aquiring the background color Text/HTML module body of the editor is aquiring the background color


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