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, ...Blank White Skin?Blank White Skin?
Previous
 
Next
New Post
6/13/2007 11:02 AM
 

I've looked around, but I've been unable to find a blank white skin.  I'd just simply like to add all of the elements myself.  Ideally, it would have a few different configurations like some of the skin packs now:  number of columns; fixed or stretch; with or without menu (so I can choose to use a third-party menu), etc.

Does anyone know where I can find something like this?

Thanks,
David

 
New Post
6/13/2007 1:06 PM
 

Why not take a deafult DNN skin (or any skin) and edit the CSS to have white backgrounds and borders, then replace the graphics with pure white versions?  Though from your statement of "adding the elements yourself" I think you're really looking for a base skin with pane layouts and nothing else, which would only take about three minutes to create on your own.

Jeff

 
New Post
6/13/2007 3:14 PM
 

It turns out that's what I'm doing.  But I know little about making skins and don't want to learn right now.  I've got one complete now, but there's still a quirk that doesn't make any sense.

I just thought if there was one out there, I'd have been willing to pay for the convenience.  Someone should consider a package of nearly blank skins with blank containers (maybe some with thin line under title.  If there was a well put together package, I'd buy it.

David

 
New Post
6/13/2007 3:26 PM
 

As a note, the quirk I'm experiencing is this... I've got a header pane to the right of the logo... standard stuf.  In Firefox, it looks fine.  In IE the content in the pane is chopped off:

The skin html looks like this (note I modified a skin that I bought.  I just checked the original skin behavior and it does the same thing, ouch.):

<code>

<link href="Skin.css" rel="stylesheet" type="text/css">
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
        <td colspan="3"><div align="right">[USER]&nbsp;&nbsp;&nbsp;&nbsp;[LOGIN]</div></td>
    </tr>
    <tr>
        <td colspan="3">
            <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                <tr>
                    <td width="5">[LOGO]</td>
                    <td width="100%"><div class="PaneHead" id="HeaderPane" runat="server" visible="false"></div></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td colspan="3" valign="top" class="PaneCenter" id="TopPane" runat="server" visible="false"></td>
    </tr>
    <tr>
        <td valign="top" class="PaneCenter" id="ContentPane" runat="server" visible="false"></td>
        <td valign="top"><div class="PaneRight" id="RightPane" runat="server" visible="false"></div></td>
    </tr>
    <tr>
        <td colspan="3" valign="top" class="PaneCenter" id="BottomPane" runat="server" visible="false"></td>
    </tr>
    <tr>
        <td colspan="3"><div align="center"><br>[COPYRIGHT]<br>&nbsp;[HOSTNAME]&nbsp;&nbsp;|&nbsp;&nbsp;[TERMS]&nbsp;&nbsp;|&nbsp;&nbsp;[PRIVACY]</div></td>
  </tr>
</table>

</code>

 
New Post
6/13/2007 4:03 PM
 

On first glance I'd guess your problem is this line:

<td width="5">[LOGO]</td>

The logo is wider than you allow in the <td> tag.  Different browsers will often have different results in ambiguous situations.

Also check the CSS files.

Jeff

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Blank White Skin?Blank White Skin?


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