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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...page background colorpage background color
Previous
 
Next
New Post
9/11/2006 8:11 AM
 

I searched the forum and have read the DotNetNuke 4 book and did not see the answer to how to set the background color for the page.  I am not showing the containers and have figured out how to set the background color for the containers.  However, that leaves white areas between the containers and below the containers in the bottom of the page.  I am guessing this is something I can set in a CSS, but do not know the section to add. 

 
New Post
9/12/2006 12:38 AM
 

Sure thing.  Try to use an editor to maximize development time.  Try Microsoft's XmlNotepad (Free Download) for editing css.  It works wonders for me.

 

 

-Mark Wilson

 

 

-

 
New Post
9/12/2006 5:41 AM
 

Hello jspoon

When creating your skin for your page, you also create a skin.css file into which you add all your styles and background colours for your skin/page.

You set the background colour similar to this:

body{background:#FFF;height:100%;text-align:center;}

The background colour for your panes or columns similar to this if you are creating a skin using tables: 

#columnleft{width:20%;margin-right:1%; background-color:Blue; }

#columncenter{width:50%; background-color:Green;}

#columnright{width:28%;margin-left:0.5%; background-color:Red;}

The background colour for your panes or columns similar to this if you are creating a skin using pure css : 

#columnleft{float:left;width:20%;margin-right:1%; background-color:Blue; }

#columncenter{float:left;width:50%; background-color:Green;}

#columnright{float:right;width:28%;margin-left:0.5%; background-color:Red;}

I hope this helps.

Lynn


www.seemalta.net
 
New Post
9/12/2006 8:05 AM
 

Eureka,

Thanks, I think the problem was the various .css files and how they override each other.  I had set the body background in the portal, but I think the skin.css values were overriding it.  It worked when I changed the values in the following stanza:

.pagemaster {
 width: 100%;
 height: 100%; 
 background-color: #333333;}

Thanks.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...page background colorpage 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