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, ...Any examples of a basic css skin that uses divs instead of tables?Any examples of a basic css skin that uses divs instead of tables?
Previous
 
Next
New Post
3/3/2008 4:58 PM
 

sorry, got my lingo mixed up, I'm not missing the control panel, I'm missing the navigation where you select "Home Admin Host"

 
New Post
3/3/2008 5:05 PM
 

You have to have a section in the skin.xml file that addresses [CONTENTPANE:1]. Something like:
<Object>
  <Token>[CONTENTPANE:1]</Token>
  <Settings>
   <Setting>
    <Name>id</Name>
    <Value>RightPane</Value>
   </Setting>
   <Setting>
    <Name>runat</Name>
    <Value>server</Value>
   </Setting>
   <Setting>
    <Name>class</Name>
    <Value>right_col</Value>
   </Setting>
   <Setting>
    <Name>visible</Name>
    <Value>false</Value>
   </Setting>
  </Settings>
 </Object>

 
New Post
3/3/2008 5:14 PM
 

thank you abecedarian!  Thats a great explanation of the xml file, should I do thaty for every token?  And when I first came back to my thread, you had posted a lengthy reply about installing skins, which was awesome, but I guess you edited it after seeing more of my posts, If you still have that could you post it?  Damn delayed posting is really messign me up, haha

 
New Post
3/3/2008 5:23 PM
 

Add a [NAV] token.

 
New Post
3/4/2008 10:41 AM
 

abecedarian wrote

Add a [NAV] token.

 

thank you abecedarian, that fixed that...I triedto declare the [CONTENTPANE:1] in a xml file, but I'm getting an error...

Could Not Load Skin: /Portals/_default//skins/grandview/skin.ascx Error: The tag contains duplicate 'id' attributes

 

my html file looks like this...

<html>
<head>
<link id="skin" rel="stylesheet" type="text/css" href="skin.css" />
</head>
<body>
<div id="wholecontainer">
    <div id="header">[LOGIN]</div>
    <div id="leftcontent">[CONTENTPANE]</div>
    <div id="maincontent">[CONTENTPANE:1]</div>
</div>
</body>

 

my xml looks like this...also not sure if putting LOGIN and CONTENTPANE in there is necessary...

<Objects>
<Object>
    <Token>[LOGIN]</Token>
        <Settings>
            <Setting>
                <Name>id</Name>
                <Value>header</Value>
            </Setting>
        </Settings>
</Object>
<Object>
    <Token>[CONTENTPANE:1]</Token>
        <Settings>
            <Setting>
                <Name>id</Name>
                <Value>maincontent</Value>
            </Setting>
        </Settings>
</Object>
<Object>
    <Token>[CONTENTPANE]</Token>
        <Settings>
            <Setting>
                <Name>id</Name>
                <Value>leftcontent</Value>
            </Setting>
        </Settings>
</Object>
</Objects>   

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Any examples of a basic css skin that uses divs instead of tables?Any examples of a basic css skin that uses divs instead of tables?


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