Skins are "Themes" in DotNetNuke that control the layout/look/feel of a
Page in DotNetNuke. They commonly contain HTML and CSS that provide the structure of your pages.
Skins will contain at least one
Pane known as the ContentPane, they can also contain multiple
Panes . As well as panes, the skin itself can hold any custom HTML/javascript that's required i.e. a typical webpage.
Both the skin and any pane also can include
Skin Objects , which are controls that render rich content for key items such as a menu, search bar, login link, banners, copyight etc.
Please note, skin developers are recommended to read the
Skinning best practices page.
Note: This wiki contains a number of other pages including sections on
skinning related matters Topic Links
Documentation
Tutorials
Videos
Excellent set of videos from dnnhero on getting started with skinning for DotNetNukeThis video will show you how to get started with DotNetNuke. It will cover:
Snowcovered.com basics, Skin purchase, Skin uploading to the site, How to apply a skin
This video will show you how to get started with DotNetNuke. It will cover:
Adding a module to the page, Text/HTML editor module,Image uploading
This video will show you how to get started with DotNetNuke. It will cover:
Text/HTML module, Basics about containers, Understanding panes