DotNetNuke CSS in your Module Settings
I have a friend that is working at a local college who called recently because he was having some trouble with his CSS using the Module Settings feature where you can add additional code for the Module’s header and footer.
If you aren’t already aware of this feature, now would be a good time to learn about it. it can be used to embed javascript into your form, add or change CSS or even provide additional wrapper code for your module.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

This post has been percolating in my brain for several weeks now and I think it’s finally at the point where it’s “done.” Well, see…
A couple of days ago I was working with a client who was having trouble using the File Upload Control from within a DotNetNuke module.
By now you have the basics for creating a DotNetNuke module. The only question we have left to address is, how do we package this all up so that we can install it on another server?
So far we’ve done all of our development assuming that we are developing our module for internal use. To be fair, that’s what most of you all will be doing. There are a lot more of you who will be developing modules for internal use who will be fine with the architecture I’ve already given you, i.e., all of the files in one project.

