Opv
08-05-2006, 04:38 PM
Is there a way when linking to an external style sheet to call a specific style class? I want to use an external css sheet which defines three separate sets of styles for three different web pages so that I don't have to maintain the code in different places.
<link rel="stylesheet" type="text/css" href="filename.css" />
How would I change this to call a specific class within fillname.css?
<link rel="stylesheet" type="text/css" href="filename.css" />
How would I change this to call a specific class within fillname.css?