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, ...having some problemshaving some problems
Previous
 
Next
New Post
1/16/2009 9:33 AM
 

Hello,

I'm very new to DNN.  I'm having an issue with my skin.   It looks perfect when you view it but when you log in the page breaks.   I have an image in the content pane that ends up going on top of another pane so the edit/settings button end up on top of content of another pane.

 

I can't for the life of me figure out what's going on.

 

here's the code

 

<%@ Control Language="vb" Codebehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register Src="~/Admin/Skins/Logo.ascx" TagName="LOGO" TagPrefix="dnn" %>
<%@ Register Src="~/Admin/Skins/Banner.ascx" TagName="BANNER" TagPrefix="dnn" %>
<%@ Register Src="~/Admin/Skins/Search.ascx" TagName="SEARCH" TagPrefix="dnn" %>
<%@ Register Src="~/Admin/Skins/Language.ascx" TagName="LANGUAGE" TagPrefix="dnn" %>
<%@ Register Src="~/Admin/Skins/CurrentDate.ascx" TagName="CURRENTDATE" TagPrefix="dnn" %>
<%@ Register Src="~/Admin/Skins/BreadCrumb.ascx" TagName="BREADCRUMB" TagPrefix="dnn" %>
<%@ Register Src="~/Admin/Skins/User.ascx" TagName="USER" TagPrefix="dnn" %>
<%@ Register  Src="~/Admin/Skins/SolPartMenu.ascx" TagName="SOLPARTMENU" TagPrefix="dnn" %>
<%@ Register Src="~/Admin/Skins/Login.ascx" TagName="LOGIN" TagPrefix="dnn" %>
<%@ Register Src="~/Admin/Skins/Copyright.ascx" TagName="COPYRIGHT" TagPrefix="dnn" %>
<%@ Register Src="~/Admin/Skins/Terms.ascx" TagName="TERMS" TagPrefix="dnn" %>
<%@ Register Src="~/Admin/Skins/Privacy.ascx" TagName="PRIVACY" TagPrefix="dnn" %>
<%@ Register Src="~/Admin/Skins/DotNetNuke.ascx" TagName="DOTNETNUKE" TagPrefix="dnn" %>
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.UI.Skins" Assembly="DotNetNuke" %>




<%@ Register TagPrefix="dnn" TagName="NAV" Src="~/Admin/Skins/Nav.ascx" %>
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.UI.Skins" Assembly="DotNetNuke" %>
<script runat="server">
    Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Dim skinDocType As Control = Me.Page.FindControl("skinDocType")
        If Not skinDocType Is Nothing Then
            CType(skinDocType, System.Web.UI.WebControls.Literal).Text = "<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Transitional//EN"" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"">"
        End If
    End Sub
</script>

<div id="pgcontainer" >
   <div id="header" >

     <div id="NavDiv" style="padding: 128px 0px 0px 0px; width: 820px;">
       <dnn:NAV runat="server" id="dnnNAV" ProviderName="HouseMenuNavigationProvider">
         <CustomAttributes>
                    <dnn:CustomAttribute Name="Scope" Value="-1" />
                    <dnn:CustomAttribute Name="MaxDepth" Value="5" />
                    <dnn:CustomAttribute Name="MenuClientId" Value="MainMenu" />
         </CustomAttributes>
      </dnn:NAV>
    </div>
 






<div style="width: 740px; height: 277px; padding-top: 17px; ">
<div id="contentpane" runat="server" style="width: 740px; height: 255px; "></div>
</div>



<div style="width: 780px; height: auto; clear:both;">
<div id="leftpane" runat="server" style="width: 243px; height:auto; float:left; "></div>
<div id="centerpane" runat="server" style="width: 242px; height:auto; background-color: #f6dd7a; float:left;"></div>
<div id="rightpane" runat="server" style="width: 243px; height:auto; float:left; "></div>
</div>

<div id="bottompane" runat="server" style="width: 730px; height: auto;"> <dnn:LOGIN runat="server" id="dnnLogin" /></div>

</div>



 

 
New Post
1/16/2009 10:38 AM
 

<div id="pgcontainer" > is not closed, you are missing one </div> at the bottom

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...having some problemshaving some problems


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