Hi All, Over time I have tried to standardise the structure of the CSS files that I use in a site to the following:
basic.css - for basic and pre version 5 browser rendering print.css - pretty obvious standards.css - contains import directives for the following: mainlayout.css - main layout code mainstyles.css - main stylingof content I am currently developing a CMS system that includes the facility so that users can create their own templates (in XSL format) and style sheets to the system and for simplicity was thinking of structuring the facility to the above standard. All the style info will be stored in the database so the actual naming will be irrelevant - when they create a new template and input the XSL they will then be able to input the CSS to go into the basic, print, mainlayout and mainstyles css output. Do you think this is too restrictive? What I want to avoid is a mass of different stylesheets with no logic behind the way they are structured. Any thoughts would be appreciated. Cheers, Julian Voelcker Cirencester, United Kingdom ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
