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 uploading problemskin uploading problem
Previous
 
Next
New Post
11/1/2008 2:44 AM
 

Hi

I am pretty new user in dotnetnuke and I want create my new different skin. For this purpose I have created two files.
1-Skin.htm (Code is given below)
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <link rel="stylesheet" type="text/css" href="skin.css" />
</head>
<body>
<table class="PageContainer">
    <tr>
        <td>
            <div>
                <table class="ContentContainer">
                    <tr>
                        <td id="ControlPanel" runat="server" style="width: 100%"></td>
                    </tr>
                    <tr>
                        <td>
                            <table style="width: 100%">
                                <tr>
                                    <td>
                                        [LOGO]</td>
                                    <td>
                                        [BANNER]</td>
                                </tr>
                            </table>
                            <table class="MenuContainer">
                                <tr>
                                    <td>
                                        [NAV]</td>
                                    <td align="right">
                                        [SEARCH][LANGUAGE]</td>
                                </tr>
                            </table>
                            <table style="width: 100%">
                                <tr>
                                    <td>
                                        [CURRENTDATE]</td>
                                    <td align="center">
                                        [BREADCRUMB]</td>
                                    <td align="right">
                                        [USER] [LOGIN]</td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <table style="width: 100%; height: 100%">
                                <tr>
                                    <td align="center" valign="top" id="TopPane" runat="server" colspan="3"></td>
                                </tr>
                                <tr>
                                    <td align="center" valign="top" id="LeftPane" runat="server"></td>
                                    <td align="center" valign="top" id="ContentPane" runat="server"></td>
                                    <td align="center" valign="top" id="RightPane" runat="server"></td>
                                </tr>
                                <tr>
                                    <td align="center" valign="top" id="BottomPane" runat="server" colspan="3"></td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <table class="FooterContainer">
                                <tr>
                                    <td align="center">
                                        [COPYRIGHT] [TERMS] [PRIVACY]</td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                    <tr>
                        <td align="center">
                            [DOTNETNUKE]</td>
                    </tr>
                </table>
            </div>
        </td>
    </tr>
</table>
</body>
</html>
 
2-skin.css (Code is given below)
@import url("css/menu.css");
.PageContainer {
            width: 100%;
            height: 100%;  
            background-color: #888888;
}
 
.ContentContainer
{
    width: 800px;
            height: 100%;
            background-color: #ffffff;
}
 
.MenuContainer
{
    background-color: #dddddd;
    width: 100%;
}
 
.FooterContainer
{
    background-color: #dddddd;
    width: 100%;
}
 
I save these two files in one folder Skin (Name of the folder) after that I zip this folder skin.zip then I go to admin user and upload this skin and I got the message skin uploaded successfully but when I select this skin it show this file without skin.
Please guide me rightly where I making a mistake. It will be appreciated.
Regards,
Fatima
 
New Post
11/5/2008 3:14 PM
 

Open your Zip and you'll likely find the file contains a folder named Skin (Name of the folder) with two file in it.  You need to not have the folder.  Select the two files, Zip them and thern name that Zip whatever the skin name is.

Jeff

 
New Post
11/6/2008 7:35 AM
 

Hi

Thanks Jeff your instruction is very efficient and i have successfully upload my skin

Regards,

Fatima

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...skin uploading problemskin uploading problem


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