Vijay Chavda
Vijay Chavda

Reputation: 93

How to apply .skin file in DotNetNuke project

I am new to DotNetNuke. My question is how to apply the skin file to the control of the page.

I have the Test.Skin file, I know how to apply that in .NET, but not familiar with the DotNetNuke standard. And Also Where to Locate or Put this Test.Skin File in DotNetNuke Project

Upvotes: 2

Views: 360

Answers (1)

Mitchel Sellers
Mitchel Sellers

Reputation: 63136

DotNetNuke skinning does not use the .skin file process. DotNetNuke skins are created using HTML/CSS and are found in the various /portals/_default/skins folder.

Upvotes: 1

Related Questions