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, ...Content pane size problemsContent pane size problems
Previous
 
Next
New Post
1/4/2007 6:08 PM
 

HI, My content panes are not sizing per the specification in my css. skin file.

}


.LeftPane
{
 width:202px;
 border-right:solid 1px #918f8f;
 padding-left:6px;
 padding-top:5px;
 padding-right:5px;
}
.RightPane
{
 border-left:solid 1px #918f8f;
 width:265px;
 padding-left:6px;
 padding-top:5px;
 padding-right:5px;
}

.ContentPane
{
 width:331px;
 padding-left:6px;
 padding-top:5px;
 padding-right:5px;
}
The left pane is rendering with a large right blank  margin on right side of copy and the right pane is way too narrow. Any ideas? Thanks, Darcy

 
New Post
1/5/2007 5:19 PM
 

Can you also post the HTML table which describs your panes?

Salar

 
New Post
1/5/2007 5:41 PM
 

HTML below (thanks, Darcy):

<html xmlns="http://www.w3.org/1999/xhtml" >

 


<head>


    <title>Untitled Page</title>
 
</head>
<body>
<div id="Division1">

<table width="798px" class="TylerTable" cellpadding="0" cellspacing="0" align="center">
<tr height="90px">
    <td>[LOGO]</td>
    <td>&nbsp;</td>
    <td class="TylerSearch"><div id="SearchDiv">SEARCH [SEARCH]</div></td>
</tr>
<tr>
    <td colspan="3">[MENU]</td>
</tr>
<tr>
    <td colspan="3" class="MainImage"></td>
</tr>
<tr>
    <td id="LeftPane" runat="server" class="LeftPane"></td>
    <td id="ContentPane" runat="server" class="ContentPane">
    </td>
    <td id="RightPane" runat="Server" class="RightPane">
    </td>
</tr>

</table>
[LOGIN]
</div>

</body>
</html>

 
New Post
1/5/2007 8:09 PM
 
Please note that using padding will change the size of a box (read this)
This example (copy to HTM file):
----------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <TITLE></TITLE>
  </HEAD>
  <BODY>
    <DIV style="width:200px;height:200px;background-color:#FF8800;">
    <DIV style="width:80px;height:80px;background-color:#FFFF00;padding-left:50px;">
    </DIV>
  </BODY>
</HTML>
----------------------------------------------------------------------
Will show you that the inside box will become 130px wide (and it will also show you that IE 6 renders this incorrectly if the DTD is Transitional)

But maybe you already know that.....
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Content pane size problemsContent pane size 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