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, ...Problem with Pane...Problem with Pane...
Previous
 
Next
New Post
12/1/2007 6:10 AM
 

Hello,
I try to create my first skin, but when I upload it there's a Problem

You can see my problem here:
http://enomist.altervista.org/

Table that contain ContentPane,LeftPane ecc. go out limit of that Table...
this is code of the table:
...
            <table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF">
                  <tr>
                     <td width="100%" colspan="3" valign="top"align="center" id="TopPane" runat="server"></td>
                   </tr>
                   <tr>
                      <td width="150" valign="top" align="center" id="LeftPane" runat="server"></td>
                      <td width="100%" valign="top" align="center" id="ContentPane" runat="server"></td>
                     <td width="150" valign="top"  align="center" id="RightPane" runat="server"></td>
                  </tr>
                  <tr>
                    <td width="100%" colspan="3" valign="bottom" align="center" id="BottomPane" runat="server"></td>
                  </tr>
              </table>
...

Simone

 
New Post
12/1/2007 6:40 AM
 

what happens, if center pane is less than 100%

is the outer table able to expand, if the content pane needs more width?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/1/2007 9:13 AM
 

... this table is inside another table, where background of  first and last columns are images.
                  <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" >
                     <tr>
                          <td width="50" rowspan="3" background="<%= SkinPath %>LatoLeft.png"></td>
                          <td>
                            <TABLE width="100%"  height="100%" cellspacing="0" cellpadding="3" border="0" >
                                  <TR>
                                    <TD class="toppane" colspan="3" id="TopPane" runat="server" valign="top" align="center"></TD>
                                  </TR>
                                  <TR valign="top">
                                    <TD class="leftpane" id="LeftPane" runat="server" valign="top" align="center"></TD>
                                    <TD class="contentpane" id="ContentPane" runat="server" valign="top" align="center"></TD>
                                    <TD class="rightpane" id="RightPane" runat="server" valign="top" align="center"></TD>
                                </TR>
                                <TR>
                                     <TD class="bottompane" colspan="3" id="BottomPane" runat="server" valign="top" align="center"></TD>
                                </TR>
                            </TABLE>
                          </td>
                          <td width="50" rowspan="3"  background="<%= SkinPath %>LatoRight.png"></td>
                    </tr>
                  </table>

And in upload skin there isn't  last column.

 
New Post
12/2/2007 12:20 AM
 

In your LeftPane and RightPane you have <td width="150" it should be <td width="150px"

You need to tell it that your using pixels with the px.

Enjoy

 

 
New Post
12/3/2007 12:43 AM
 

If you define your code as <td width="150">, you don't need to specify the measurement  unit for it.
The browser should picks up as pixel, unless you embed a style to it, you have to define exactly what the measurement unit is.

For example <td style="width: 150px;">, but this should go to your style sheet instead.


Cuong Dang
Co-founder: Enliven, dnnGallery
LinkedIn | Twitter
I'm the author of DNN and Web Standards Wrox Blox

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Problem with Pane...Problem with Pane...


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