I\'ve been thinking about something. On my forum, there are default CSS codes that the users can choose from. This changes everything from background to text color. I have a
There is a work around...
It not putting script in pure CSS code, but have a script to generate CSS Depending what scripting language you are using (eg PHP) your link to CSS file should look like:
you can even add params like:
and in you styles.php what should look like CSS file with a few exceptions:
body {
.........
}