Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

DotNetNuke Marketplace
  Ads  
OnyakTech
 


  Sponsors  

Meet Our Sponsors

MaximumASP
SourceGear - Tools for Developers
.: CounterSoft :.
telerik
ExactTarget email software solutions
Merak Mail Server
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Make it Hot! ( ...  container width is too large for my rightpane
Previous Previous
 
Next Next
New Post 3/15/2008 9:38 AM
User is offline Thomas Olyslaegers
54 posts
10th Ranked


container width is too large for my rightpane 
Modified By Thomas Olyslaegers  on 3/15/2008 11:46:36 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 11:26 AM
User is offline InsiteFX
59 posts
10th Ranked


Re: container width is too large for my rightpane 

Hi,

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

Enjoy
Ray
InsiteFX

 

 

 
New Post 3/15/2008 11:28 AM
User is offline Thomas Olyslaegers
54 posts
10th Ranked


Re: container width is too large for my rightpane 

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 Previous
 
Next Next
  Forum  General DotNetN...  Make it Hot! ( ...  container width is too large for my rightpane
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


DNNhost Scandinavia
SUPER fast QuadCore DELL servers, MSSQL servers, DotNetPanel, daily backup, Check out our customers websites
DNNhost.dk
Personify Design, Inc.
Seattle-based Personify Design has developed customized DotNetNuke websites for a wide range of customers to meet many different types of needs, including distributed authorship across thousands of pages to integrated Verisign e-commerce capabilities.
www.personifydesign.com
DNN Outsourcing
50% more affordable services comparing to Western Europe and US: Custom DotNetNuke module development, skins, consulting, maintainence... Over 15.000 working hours of experience in custom DotNetNuke Solutions development, 8 years experience in outsourcing, excellent references!
www.dnnoutsourcing.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP