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 from existing installSkin from existing install
Previous
 
Next
New Post
1/22/2008 2:06 PM
 

 

<table class="outertable" cellpadding="0" cellspacing="0" border="0" align="center"><!-- HEADER CONTENT STARTS HERE -->

 

<tr>

 

<td align="center">

 

<table class="outerheader" cellpadding="0" cellspacing="0" border="0" align="center">

 

<tr>

 

<td class="logo">[logo]</td>

 

<!-- TOP PANE -->

 

</

<td id="TopPane" class="outerad" runat="server">td>

 

</tr>

 

<tr>

 

<td class="outernav" colspan="2">

 

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

 

<tr>

 

<td class="nav" align="left">[menu]</td>

 

<td class="nav" align="right">[user]&nbsp;&nbsp;[login]&nbsp;&nbsp;</td>

 

</tr>

 

</table>

 

</td>

 

</tr>

 

</table>

 

</td>

 

</tr>

 

<!-- HEADER CONTENT ENDS HERE -->

 

<!-- BANNER STARTS HERE -->

 

<tr>

 

<td valign="top">

 

<table class="outerbanner" cellpadding="0" cellspacing="0" border="0" align="center">

 

<tr>

 

</

<td id="HeaderPane" class="banner" runat="server">td>

 

</

<td id="QuotePane" class="quote">td>

 

</tr>

 

</table>

 

</td>

 

</tr>

 

<!-- BANNER ENDS HERE -->

 

<!-- MAIN CONTENT STARTS HERE -->

 

<tr>

 

<td valign="top">

 

<table class="outercontent" cellpadding="0" cellspacing="0" border="0" align="center">

 

<tr>

 

<td valign="top" colspan="2">

 

<table class="outerheadbar" cellpadding="0" cellspacing="0" border="0">

 

<tr>

 

<td align="left" class="breadcrumb">[breadcrumb]</td>

 

<td class="search">[search]</td>

 

</tr>

 

</table>

 

</td>

 

</tr>

 

<tr>

 

<td class="outersidenav" valign="top">

 

<table cellpadding="0" cellspacing="0" border="0" align="left">

 

<tr>

 

<!-- LEFT PANE -->

 

<td id="LeftPane" valign="top" class="leftpane" runat="server"></td>

 

</tr>

 

</table>

 

</td>

 

<td valign="top" height="100%" class="outermaincell">

 

<table class="outermain" cellpadding="0" cellspacing="0" border="0" align="left">

 

<tr>

 

<!-- CONTENT PANE STARTS -->

 

<td id="ContentPane" runat="server">

 

<!-- CONTENT PANE ENDS -->

 

</tr>

 

</table></td>

 

</tr>

 

</table>

 

</td>

 

</tr>

 

<!-- MAIN CONTENT ENDS HERE -->

 

<!-- FOOTER CONTENT STARTS HERE -->

 

<tr>

 

<td class="footer">

[copyright]

 

</td>

 

</tr>

 

<!-- FOOTER CONTENT ENDS HERE -->

 

</table>

 

 

ok here is the skin ( I have build a dnn site to skin conversion app just for these kind of events myself )

replace the [] with the correct skinobjects call and upload

 

i wil look at your container now 

 

 

 
New Post
1/22/2008 2:18 PM
 

this seems to be your container

now put images in image folder

add the css file

add the htm and upload skin and container

 

<

table cellpadding="0" cellspacing="0" border="0" width="100%" class="sometable">

 

<tr>

 

<td class="outerheading">

 

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

 

<tr>

 

<td class="heading" align="left" width="100%">

 

[title]

 

</td>

 

</tr>

 

</table>

 

</td>

 

</tr>

 

<tr>

 

<td id="ContentPane" class="maintxt" align="left" runat="server"></td>

 

</

</tr>table>

 

 
New Post
1/22/2008 2:20 PM
 

jusdt modify the html here, it wasnt pasted correctly someof the tds arent closed and part of htere closing tags are belwo it as />

 
New Post
1/22/2008 3:02 PM
 

Thanks for that.

Is that problem caused by the skin having a control with the id "ContentPane" as well as the skin having a control with the same name?

If so will that mean that a migration will be somewhat challanging as the exported site will have content in a container that no longer exists if you see what I mean?

 

 
New Post
1/22/2008 3:58 PM
 

no from the error i think you saved the site and kept too much in there

as you can see i removed the dnn_ from lots of the ids

this because that is used by dnn as prefic

so you probable had something like id="dnn_contentpane" in your original skin and Also id="contentpane" runat="server" this would give the error because he second one would also b rewriteen as dnn_contentpane so you would have similar ids

 

you can have this

div id="contentpane"

div id="contentpane" runat="server"

/div

 

because this will be rewrtten as

div id="contentpane"

div id="dnn_contentpane"

/div

 

altho I wouldnt do it myself just for clarity reasons

 

 

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Skin from existing installSkin from existing install


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