hi all, im making a site and want members be able to styletheir area with css. without being able to change the rest of the sites css. Is this posible? thanks, Valiant
Sure, vBulletin do it, they simply have boxes to put the CSS in for specific user modifiable classes, that is the user can't specify the classes only properties such as colour. You then load the base CSS followed by the user modified CSS.
Why, sure it is. I've done something similar where users are allowed to change the background color by using a very simple mySQL table and even simpler PHP variables in the stylesheet.