Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

  Ads  
Aspose - The .NET & Java component publisher
 


  Sponsors  

Meet Our Sponsors

Jango Studios - Skins, Modules and Hosting for DotNetNuke
eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
The Official Microsoft ASP.NET Website
Portal Webhosting - Hosting For Developers
Red-Gate Software
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Make it Hot! ( ...  Any examples of a basic css skin that uses divs instead of tables?
Previous Previous
 
Next Next
New Post 3/3/2008 1:58 PM
User is offline MikeTheVike
76 posts
10th Ranked


Re: Any examples of a basic css skin that uses divs instead of tables? 

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 2:05 PM
User is offline abecedarian
77 posts
10th Ranked


Re: Any examples of a basic css skin that uses divs instead of tables? 
Modified By abecedarian  on 3/3/2008 5:09:27 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 2:14 PM
User is offline MikeTheVike
76 posts
10th Ranked


Re: Any examples of a basic css skin that uses divs instead of tables? 

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 2:23 PM
User is offline abecedarian
77 posts
10th Ranked


Re: Any examples of a basic css skin that uses divs instead of tables? 

Add a [NAV] token.

 
New Post 3/4/2008 7:41 AM
User is offline MikeTheVike
76 posts
10th Ranked


Re: Any examples of a basic css skin that uses divs instead of tables? 

 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 Previous
 
Next Next
  Forum  General DotNetN...  Make it Hot! ( ...  Any examples of a basic css skin that uses divs instead of tables?
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Intura Vision / Intura Enterprise
Point-of-Sale and business management applications targeted towards quick service, fast casual and delivery-based restaurant concepts.
www.intura.com
Dnaxp.Net
Dnaxp.Net offers a comprehensive base of information, resources, and support for DotNetNuke.
www.dnaxp.net
DNNMasters - modules, consulting, development
DNNMasters developers are involved in DNN development since DNN 1.0.9 and today we offer a broad range of DNN related products and services including custom development of modules, help with ing third party modules for specific needs, general DNN technical support and administrative services.
www.dnnmasters.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP