Is there any way that I can swap to a print version css file for printing in DNN? Traditionally, I would just whip up a second css file and call it print.css or whatever, then add something to the actual page like: <link href="print.css" rel="stylesheet" type="text/css" media="print"> Then if I print the page, it would swap right over every time. I can't figure out how to get this to work with DNN for the life of me. I read in your info about CSS Include that DNN will want to stick with the default css files at all times unless some kind of tricky intervention is applied... I could sure use a trick about now if anyone has one. I've searched high & low, but I can't even find a mention of it. I figure you guys know a thing or two about DNN and CSS... is there some kind of method out there that would enable this simple little swap? |