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, ...Skin Problem - ContentPane is already used by another control.Skin Problem - ContentPane is already used by another control.
Previous
 
Next
New Post
2/21/2006 12:15 AM
 

I can't seem to get this HTML skin to work... It keeps reporting the following error... Any help would be appreciated.

Could Not Load Skin: /Portals/0//skins/test4/test4.ascx Error: The ID 'ContentPane' is already used by another control.

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<title></title>

</head>

<body style="margin: 10px 0 10px 0; background-position: 0% 0%; background-attachment: scroll; background-image: none; background-repeat: repeat;">

<table width="100%" cellpadding="0" cellspacing="0">

<tr>

<td colspan="1" valign="top" class="LogoPane" id="LogoPane" runat="server" visible="true">

[LOGO]</td>

<td colspan="4" valign="top" class="TopPane" id="TopPane" runat="server" visible="true">

<table>

<tr>

<td style="width: 100%">

[CONTENTPANE]

</td>

</tr>

<tr>

<td style="width: 100%">

[LOGIN]</td>

</tr>

<tr>

<td style="width: 100%">

[SEARCH]</td>

</tr>

</table>

</td>

</tr>

<tr>

<td valign="top" class="LeftTopPane" id="LeftTopPane" runat="server" visible="true">

[CONTENTPANE:1]</td>

<td style="width: 3px">

</td>

<td valign="top" class="CenterTopPane" id="CenterTopPane" runat="server" visible="true">

[CONTENTPANE:4]</td>

<td>

</td>

<td valign="top" class="RightTopPane" id="RightTopPane" runat="server" visible="true">

[CONTENTPANE:7]</td>

</tr>

<tr>

<td valign="top" class="LeftCenterPane" id="LeftCenterPane" runat="server" visible="true">

[CONTENTPANE:2]</td>

<td style="width: 3px">

</td>

<td valign="top" class="CenterCenterPane" id="CenterCenterPane" runat="server" visible="true">

[CONTENTPANE:5]</td>

<td>

</td>

<td valign="top" class="RightCenterPane" id="RightCenterPane" runat="server" visible="true">

[CONTENTPANE:8]</td>

</tr>

<tr>

<td valign="top" class="LeftBottomPane" id="LeftBottomPane" runat="server" visible="true">

[CONTENTPANE:3]</td>

<td style="width: 3px">

</td>

<td valign="top" class="CenterBottomPane" id="CenterBottomPane" runat="server" visible="true">

[CONTENTPANE:6]</td>

<td>

</td>

<td valign="top" class="RightBottomPane" id="RightBottomPane" runat="server" visible="true">

[CONTENTPANE:9]</td>

</tr>

<tr>

<td colspan="5" valign="top" class="BottomPane" id="BottomPane" runat="server" visible="true">

[CONTENTPANE:10]</td>

</tr>

<tr>

<td colspan="5" valign="top" class="Copyright" id="Copyright" runat="server" visible="true" align="center">

[COPYRIGHT]</td>

</tr>

</table>

</body>

</html>

 
New Post
2/21/2006 12:23 AM
 

You can only have a pane in there one time -you can have multiple panes, but they all need the same name.

So rename anything that's not a content pane to something like ContentPane01, ContentPane02  etc

Nina Meiers


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
2/21/2006 1:26 AM
 
I renamed everything except the first one to what you suggest. Got the same error. I renamed EVERYTHING to what you suggest (see below) and get the same error.  The ID 'ContentPane' is already used by another control.
Any ideas?
 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<title></title>

</head>

<body style="margin: 10px 0 10px 0; background-position: 0% 0%; background-attachment: scroll; background-image: none; background-repeat: repeat;">

<table width="100%" cellpadding="0" cellspacing="0">

<tr>

<td colspan="1" valign="top" class="LogoPane" id="LogoPane" runat="server" visible="true">

[LOGO]</td>

<td colspan="4" valign="top" class="TopPane" id="TopPane" runat="server" visible="true">

<table>

<tr>

<td style="width: 100%">

[CONTENTPANE01]

</td>

</tr>

<tr>

<td style="width: 100%">

[LOGIN]</td>

</tr>

<tr>

<td style="width: 100%">

[SEARCH]</td>

</tr>

</table>

</td>

</tr>

<tr>

<td valign="top" class="LeftTopPane" id="LeftTopPane" runat="server" visible="true">

[CONTENTPANE02]</td>

<td style="width: 3px">

</td>

<td valign="top" class="CenterTopPane" id="CenterTopPane" runat="server" visible="true">

[CONTENTPANE03]</td>

<td>

</td>

<td valign="top" class="RightTopPane" id="RightTopPane" runat="server" visible="true">

[CONTENTPANE04]</td>

</tr>

<tr>

<td valign="top" class="LeftCenterPane" id="LeftCenterPane" runat="server" visible="true">

[CONTENTPANE05]</td>

<td style="width: 3px">

</td>

<td valign="top" class="CenterCenterPane" id="CenterCenterPane" runat="server" visible="true">

[CONTENTPANE06]</td>

<td>

</td>

<td valign="top" class="RightCenterPane" id="RightCenterPane" runat="server" visible="true">

[CONTENTPANE07]</td>

</tr>

<tr>

<td valign="top" class="LeftBottomPane" id="LeftBottomPane" runat="server" visible="true">

[CONTENTPANE08]</td>

<td style="width: 3px">

</td>

<td valign="top" class="CenterBottomPane" id="CenterBottomPane" runat="server" visible="true">

[CONTENTPANE09]</td>

<td>

</td>

<td valign="top" class="RightBottomPane" id="RightBottomPane" runat="server" visible="true">

[CONTENTPANE10]</td>

</tr>

<tr>

<td colspan="5" valign="top" class="BottomPane" id="BottomPane" runat="server" visible="true">

[CONTENTPANE11]</td>

</tr>

<tr>

<td colspan="5" valign="top" class="Copyright" id="Copyright" runat="server" visible="true" align="center">

[COPYRIGHT]</td>

</tr>

</table>

</body>

</html>

 
New Post
2/21/2006 1:32 AM
 

Sorry I didn't make it clear enough for you - this is all you need in the skin -

You do not need [CONTENTPANE] so remove those and rename these below.

<td colspan="1" valign="top" class="LogoPane" id="LogoPane" runat="server" visible="true">

Nina

 

// Edit - I put in the wrong tags sorry


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
2/21/2006 1:32 AM
 

First, you need a ContentPane with no other numbers.  Next, all your numbers need to be done like: [CONTNETPANE:1] notice the :

EDIT:

This can be done either how I suggested or how Nina suggested.

 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Skin Problem - ContentPane is already used by another control.Skin Problem - ContentPane is already used by another control.


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