Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for October 2017
15
Add Stylesheet from Code Behind
posted on October 15, 2017 09:04
Add a stylesheet from custom DNN module settings HtmlGenericControl css1 = new HtmlGenericControl("link"); css1.Attributes["type"]...
[Read the rest of this article...]
css
,
stylesheet
,
DNN Module Settings
Posted in:
CSS
,
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
05
Remove href Values when Printing in Browser
posted on October 05, 2017 06:15
<style type="text/css"> @media print { a[href]:after { content: none !important; } } </style>...
[Read the rest of this article...]
css
,
printing
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)