hi!! it' s me again!! my web site is like a photos host. each user can register and create an own page to manage his photos. l have realized 6 css themes that each user can choose for his profile. what l need is not a code to create css themes, but to be able to choose one and to change it, between the 6 ones that l give in option. please help me!!! thanks
Alistapart has two article on style switchers (javascript or php) : http://www.google.com/search?hl=fr&q=alistapart+style+switcher
I would prefer a PHP one and the one on alistapart only has a cookie based one. Because your users are members, the CSS stylesheet choice can be saved in the database with their other details. If you have already made the option in the members area or wherever, then what is the problem? Store the choice in the database and retrieve it to plug directly into the HTML that calls the stylesheet. Maybe be more specific as to where you need help?
you can do it using JavaScripts and HTML. would you give me a link of your site. that i can evaluate more and give my suggation.
thank you very much!!!finally l have found what l was looking for. when my web site is ready l 'll give you the link bye