Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Include CSS file on all pagesInclude CSS file on all pages
Previous
 
Next
New Post
1/9/2007 5:21 PM
 
How can I include a CSS file on all tabs?  I can add something to the HEAD section of each tab, but that's dreadfully painful for a large site.

Is there something I can do administratively, or programatially to include CSS (JavaScript;  Conditional Comments; etc.) on every tab?
 
New Post
1/9/2007 5:46 PM
 

why not just include the css with the skin?


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
1/9/2007 5:59 PM
 
ErikVB wrote

why not just include the css with the skin?


Conditional Comments.

Alas, we're still mired in the world of IE 6.  To address a number of CSS and PNG issues, I'd like to include a conditional comment like this:

<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="/Portals/1/IEOnly.css" />
<![endif]-->

 
New Post
1/9/2007 9:42 PM
 

and if you put this in your skin.ascx:

<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="<%=skinpath%>IEOnly.css" />
<![endif]-->

 


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
1/10/2007 6:42 AM
 

Hello

Perhaps you might try to import your extra css file via your skin.css file:

@import url(IE7hacks.css);

Lynn


www.seemalta.net
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Include CSS file on all pagesInclude CSS file on all pages


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out