Hi.
I was wondering if anyone could help...
I'm getting into developing a custom skin for a new site, and I'm having trouble getting the
Style Helper Skin Object working.
I installed the Style Helper Skin Object through DNN's interface (zip file) from http://dnnskinextensions.codeplex.com/releases/view/47234
I then put the following code into my ascx skin file:
1.
<%@ Register TagPrefix="fortyfingers" TagName="STYLEHELPER" Src="~/DesktopModules/40fingers/skinobjects/stylehelper/StyleHelper.ascx" %>
2.
3.
<!-- remove DNN default styling -->
4.
<
fortyfingers:STYLEHELPER
ID
=
"STYLEHELPER1"
RemoveCssFiles
=
"default.css"
runat
=
"server"
/>
I double checked the ascx file exists at the location mentioned above on the server.
Unfortunately, nothing is happening.
The default css file is still being pulled into the site, and I have no idea what I might have done wrong.
Could anyone suggest a possible cause for the CSS not being removed from the page?
Thanks.