am I going mad. No matter what i do i am getting the following error when i add another contentpane:
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Cannot locate ContentPane for Skin
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="ContentTop" valign="top" id="ContentPane1" runat="server" visible="false"></td>
<td class="ContentTop" valign="top" id="ContentPane2" runat="server" visible="false"></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="ContentLeft" valign="top" id="LeftPane" runat="server" visible="false"></td>
<td class="ContentCenter" valign="top" id="CenterPane" runat="server" visible="false"></td>
<td class="ContentRight" valign="top" id="RightPane" runat="server" visible="false"></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="ContentBottom" valign="top" id="BottomPane" runat="server" visible="false"></td>
</tr>
</table>
Any ideas
Basically I just added another cell so I could have two top content panes namely "contentpane1", and "contentpane2"
Do I need to register these content panes elsewhere or what?
Thanks for any assitance