Feeds:
Posts
Comments

Posts Tagged ‘DNN Skin’

When you develop DNN Skin, always keep in mind you need to have put <%= SkinPath %> for your CSS and Images in your DNN skin development
for instance,
Put an image into the Skin, same directory with Skin ACSX but with a sub folder to put all skin’s images
<img src=”<%= SkinPath %>images/button_calendar.gif” border=”0″ alt=”Start Now” />
 Put [...]

Read Full Post »