As I prefer having stylesheets in one place in my website (in the css folder) rather than having a separate folder inside the templates, I moved the stylesheet to my main location and changed the wrapper accordingly. The problem is that if you delete the stylesheet out of the styles folder, it screws up the software - you are obliged to keep a .css file in the styles folder even though its effectively redundant because I'm keeping all my stylesheets in one central location. Any way around this?
Comments on stylesheets: if I delete from styles
Forum Regular
Usergroup: Customer
Joined: Aug 05, 2005
Total Topics: 94
Total Comments: 272
As I prefer having stylesheets in one place in my website (in the css folder) rather than having a separate folder inside the templates, I moved the stylesheet to my main location and changed the wrapper accordingly. The problem is that if you delete the stylesheet out of the styles folder, it screws up the software - you are obliged to keep a .css file in the styles folder even though its effectively redundant because I'm keeping all my stylesheets in one central location. Any way around this?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
They're called cascading style sheets because they can be cascaded. You can put two stylesheet declarations in your wrapper.
Of course by moving them somewhere else you're breaking all the style-related features, from user style selection to style editing.