Sample links and Dotnetnuke style sheets

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!

+3
source share
1 answer

module.css , DNN , . module.css, - , , ASCX.

, PortalAlias, desktopmodules.

+5

All Articles