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, ...Left and right pane not displayed - Why?Left and right pane not displayed - Why?
Previous
 
Next
New Post
4/2/2007 10:59 AM
 
Hello,

i have created a simple HTML-Template. When i upload this to DNN the content pane is displayed but the left and right panes are not.

Below is the HTML template.

Can someone give me a hint what i have done wrong (just starting with skinning, i guess it is a very simple mistake)

Thanks in advance,
Ralf

Here ist the template:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Title</title>
    <link href="skin.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <div class="skinwrapper">
        <table class="contenttable">
            <tr>
                <td colspan="2" valign="top">
                    [LOGO]</td>
                <td colspan="1" valign="top">
                    <div id="dnnCurrentDate">
                        [CURRENTDATE]
                    </div>
                </td>
            </tr>
            <tr>
                <td id="topPane" colspan="3" valign="top" class="topPane">
                    [SOLPARTMENU] [BREADCRUMB]</td>
            </tr>
            <tr>
                <td valign="top" style="width: 20%">
                <div id="leftPane" class="leftPane">
                    &nbsp;</div>
                </td>
                <td valign="top">
                    <div class="contentPane" id="contentPane">[CONTENTPANE]
                        </div>
                </td>
                <td valign="top" style="width: 20%">
                <div id="rightPane" class="rightPane">
                    &nbsp;</div>
                </td>
            </tr>
            <tr>
                <td colspan="3" style="height: 21px" valign="top">
                    <div id="bottomPane" class="bottomPane">
                    </div>
                </td>
            </tr>
        </table>
    </div>
</body>
</html>
 
New Post
4/2/2007 7:07 PM
 
You should add runat="server" to the pane tags
 
New Post
4/3/2007 2:26 AM
 
Hi,

i knew that it must be something very simple! I did not add that because for the content pane it worked without adding the "runat" but the content pane is treated different i think.

Thanks for the help!!!!

Ciao,
Ralf
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Left and right pane not displayed - Why?Left and right pane not displayed - Why?


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