I am building a DotNetNuke 5 module, and I was wondering what the best approach is for the following:
I have a stylesheet in the module.css folder of the module. What is the best way to apply styles to my modules?
I have some images. The only way to link to images in the folder of my module is to link to "/DesktopModules/MyModule/xxx.png". Can this be done in a more elegant way? (maybe DotNetNuke.Globals or so?)
Thank!
user368572
source
share