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, ...container width is too large for my rightpanecontainer width is too large for my rightpane
Previous
 
Next
New Post
3/15/2008 11:38 AM
 

Hi,

I'm having this trouble with my container, it's too large for my rightpane. My rightpane can be 260px (the TD) but when i use the following container, when it's expanded, it's too big because of the urls. I tried to align the rightpane too the left, but its still not working. What do i do wrong? Maybe because i'm looking at it for a few hours i don't see it very clear.

 


 

<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="true" Inherits="DotNetNuke.UI.Containers.Container" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/Actions.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
<%@ Register TagPrefix="dnn" TagName="VISIBILITY" Src="~/Admin/Containers/Visibility.ascx" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON2" Src="~/Admin/Containers/ActionButton.ascx" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON3" Src="~/Admin/Containers/ActionButton.ascx" %>
<div style="max-width:200">
      <table cellSpacing="0" cellPadding="0" align="center" border="0">
        <tr valign=top>
          <td class="blue02_tl"><img src="empty.gif" width="19" height="1"></td>
          <td class="blue02_t"></td>
          <td class="blue02_tr"><img src="empty.gif" width="19" height="1"></td>
        </tr>
        <tr>
          <td class="blue02_l"></td>
          <td class="blue02" >
              <table cellspacing="0" cellpadding="0" border="0" width="130">
                  <tr>
                      <td>
                          <dnn:ACTIONS runat="server" ID="dnnACTIONS" ProviderName="DNNMenuNavigationProvider"
                              ExpandDepth="1" PopulateNodesFromClient="true" />
                      </td>
                      <td><dnn:TITLE runat="server" id="dnnTITLE" CssClass="title" />
                      </td>
                      <td>
                          <dnn:VISIBILITY runat="server" ID="dnnVISIBILITY" />
                      </td>
                  </tr>
                  <tr>
                      <td></td>
                      <td width=130><span id="ContentPane" runat="server"></span></td>
                      <td></td>
                  </tr>
                  <tr>
                    <td colspan=3 align=right><dnn:ACTIONBUTTON2 runat="server" id="dnnACTIONBUTTON2" CommandName="SyndicateModule.Action" DisplayIcon="true" DisplayLink="False" />&nbsp;<dnn:ACTIONBUTTON3 runat="server" id="dnnACTIONBUTTON3" CommandName="PrintModule.Action" DisplayIcon="true" DisplayLink="False" /></td>
                  </tr>
              </table>
          </td>
          <td class="blue02_r"></td>
        </tr>
        <tr>
          <td class="blue02_bl"></td>
          <td class="blue02_b"></td>
          <td class="blue02_br" valign=bottom></td>
        </tr>
      </table>
      <img src="<%=SkinPath%>empty.gif" height="10" width="150" border="0">
      </div>

 


 

The classes don't have any widths in the css...

The url is: http://hannibalvakanties.omegaweb.be/Home/tabid/36/Default.aspx

 


 

Page skin:


<div style="margin-left:auto; margin-right:auto; margin-top:0;">
<table width="995" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td background="<%= SkinPath %>/images/body.jpg"><img src="<%= SkinPath %>/images/headerauti.jpg" alt="Hannibal" width="995" height="168" /></td>
  </tr>
  <tr>
    <td background="<%= SkinPath %>/images/body.jpg">
    <div style="margin-left:auto; margin-right:auto">
    <table width="968" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr>
        <td colspan="3"><dnn:RADMENU runat="server" id="dnnRADMENU" SkinsPath="*SkinPath*/Menu/" Skin="Fusion" EnableRootItemCss="true"  RootItemCssClass="Custom" /></td>
        </tr>
<tr>
        <td colspan="3">&nbsp;</td>
        </tr>
      <tr>
       
        <td width="708" valign="top"><div style="margin-top:10px; padding-left:70px; padding-right:150px; margin-bottom:10px; font-family: "Trebuchet MS";color: #58585A; text-decoration: none; word-spacing: normal; text-align: justify; letter-spacing: 0; line-height: 0.8em; font-size: 1.3em;">
          <div runat="server" id="ContentPane" style="width:548;"></div>
          </div></td>
        <td width="240" valign="top" align="left">
         <div runat="server" ID="RightPane" style="width:180;"></div>
          </td>
          <td width="20">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="3" align="center">
&copy; Hannibal - JKVG vzw 2007<dnn:CALENDARPOPUP runat="server" id="dnnCALENDARPOPUP" /><br />
<dnn:USER runat="server" id="dnnUSER" />&nbsp;|&nbsp;<dnn:LOGIN runat="server" id="dnnLOGIN" /></td>
        </tr>
    </table>
    </div>
    </td>
  </tr>
  <tr>
  <td><img src="<%= SkinPath %>/images/bottom.jpg" alt="" /></td>
  </tr>
</table>
</div>

 


 

thx in advance,

 

Thomas

 

 
New Post
3/15/2008 1:26 PM
 

Hi,

Why not use the DNN Links Module? It has settings for this.

Enjoy
Ray
InsiteFX

 

 

 
New Post
3/15/2008 1:28 PM
 

Well, I used this example of a link, but when i use an image, it could also be to large. So, the problem is the rightpane i guess.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...container width is too large for my rightpanecontainer width is too large for my rightpane


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