SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Jan 17, 2003, 09:48 #1
- Join Date
- Oct 2000
- Posts
- 407
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
How do you keep your stylesheets?
I was just wondering what is the most common way of using stylesheets. I have some styles for my entire site and then some for each individual section. I keep them all in css file which is then included on every page.
Do you guys do that too or do you have an overall css file and then one for each section that requires a seperate one?
-
Jan 17, 2003, 10:17 #2
It really all depends on the site structure. For example, if all of my pages are in one directory and need the same classes/ids/tag redefines, I'll do it your way. But sometimes I'll have a special folder on a site (like online store, administration, etc.). In that case, I'll include the common stylesheet on all pages and create special ones for the special directories if needed. I'll just link 2 stylesheets on the "special" pages.
Bookmarks