Ok my question is this it it possible to have two style sheets for one page?
The site has 6 pages as follows:
Index about the site
forum
resources
fun stuff
links
suppliers
Basically around the outside of all the page everything stays the same for each page visited, but the inside changes.
Now is it possible to have one style sheet with all the outside info on it link to from each page and then have an inside style sheet for each page?
If yes how would you go about it?
Is it just a case of putting them both in as so:
And making sure there are no duplicate IDs or classes
Edit: the current CSS is Vbulletin as also styles the forums and is currently internal.
The site has 6 pages as follows:
Index about the site
forum
resources
fun stuff
links
suppliers
Basically around the outside of all the page everything stays the same for each page visited, but the inside changes.
Now is it possible to have one style sheet with all the outside info on it link to from each page and then have an inside style sheet for each page?
If yes how would you go about it?
Is it just a case of putting them both in as so:
Code:
<link href="vbulletin.css" rel="stylesheet" type="text/css" />
<link href="suppliers.css" rel="stylesheet" type="text/css" />
And making sure there are no duplicate IDs or classes
Edit: the current CSS is Vbulletin as also styles the forums and is currently internal.
Last edited: