Hi, I'm trying to figure out how to write that code in php, let say that i have home page that come with css color templates, each templates have one same color, yellow, blue or green.
and i created three css files, called yellow.css, blue.css and green.css. The home page set default to yellow page which yellow.css. if person want to change template color to blue and change deafult to blue, how can i write that code in php to change css file to the blue css file!
you can see sample from yahoo.com on top right, where you allow to change color of templates, I'm trying to make just like that how can i write that code to allow customer to select color and auctomatic change templates by change css file name and set default after change it!
please help!
thanks.
AM