Question
Dynamic CSS Stylesheets
I have a template site that allows the individual users to
control the content and certain design elements of their instance
of the website through a backend administration interface. I would
like to give them more control over the design by allowing them to
change colors in the stylesheet.
I'm thinking about storing the variables in a table and and then generating the stylesheet as a file from the table. I'm not sure this is the best way to go about this so I would entertain any ideas you might have.
Has anyone had any experience with this? If so, how did you approach it?
I'm thinking about storing the variables in a table and and then generating the stylesheet as a file from the table. I'm not sure this is the best way to go about this so I would entertain any ideas you might have.
Has anyone had any experience with this? If so, how did you approach it?