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...Skins, Themes, ...Skins, Themes, ...Skin Background ProblemSkin Background Problem
Previous
 
Next
New Post
4/26/2007 10:32 PM
 

I was once advised that to put a background on a skin, do the following in the CSS; body{
 

padding: 0px;
 margin: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
 background-image: url(greyOrange.png);
 background-repeat: repeat-x repeat-y;

I just found out that this also become the default body for all text/html editor on my site.

So where should I write the BG?

Thanks for the dvice

 
New Post
4/27/2007 2:19 AM
 

Use

#body{
    /*style definitions intended only for the page*/
}

The editor has a body tag too, the body of the page has an id called body, so this way you set the styles only for the page itself

 
New Post
4/27/2007 4:17 AM
 

Worked great! thanks!

 
New Post
5/2/2007 9:45 AM
 

I'm having the same problem but have not yet been able to resolve it.  I'm using "body" and "#body" but my text/html is still using the background image for the "#body"  Here is what my CSS looks like:

body
{
 padding-right: 0px;
 padding-left: 0px;
 padding-bottom: 0px;
 margin: 0px;
 padding-top: 0px;
 background-color: #ffffff;
 text-align: center;
 background-image: none;
}

#body
{
 padding-right: 0px;
 padding-left: 0px;
 padding-bottom: 0px;
 margin: 0px;
 padding-top: 0px;
 background-color: #ffffff;
 text-align: center;
 background-image:url("img/pagebackground.jpg");
}

 
New Post
5/5/2007 5:58 PM
 

#body would be for the page background, not the editor background.

body is for the page and the editor background...

Could you post an online example?

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Skin Background ProblemSkin Background Problem


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