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, ...Body background image is making the html editor hard to use...Body background image is making the html editor hard to use...
Previous
 
Next
New Post
12/7/2006 10:34 AM
 

(I actually found a fix that works quite well last night, I meant to post a "Removing foot from mouth" post but forgot)

Basically, I had gotten in the habit of using the following in my CSS:

body {
    background-color: #ccc;
}

Since whenever I used a wrapping DIV to define the bg, it never filled the whole browser. However while talking with my SysAdmin while he was upgrading one of my sites, we realized that the default DNN containers didn't exhibit this behavior and that the problem might have been resolved.

So I sat down and looked over the default skin's code and copied some basic elements with the following:

HTML:
<TABLE class="skinmaster" width="770" border="0" align="center" cellspacing="0" cellpadding="0">
    <TR>
        <TD id="ControlPanel" runat="server" class="contentpane" valign="top" align="center"></TD>
    </TR>
    <TR>
        <TD valign="top">
<TABLE class="skinheader" cellSpacing="0" cellPadding="3" width="100%" border="0">
    <TR>
        <TD valign="top">
<!--Contents here-->
        </TD>
    </TR>
</TABLE>

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

With that, everything is working just peachy. I had a feeling it was something basic I was looking over.

Thanks!

SB


Wells Doty Jr
Online Content Development
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Body background image is making the html editor hard to use...Body background image is making the html editor hard to use...


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