Creating multiple Site Themes

Hi!
I’m trying to make a few different themes to my site. I’m looking to make a drop down menu that the user can use to select which theme they prefer.
For example, if they select theme A from the drop down the site will use A.css and TopLogoA.jpg, theme B will use B.css and TopLogoB.jpg etc
Any help or direction to tutorials I may find useful will be greatly appreciated!

setcookie() ;) The switching can be done with if statements, but this is the help you’ll want getting your head around having your website remembering the user’s choice.

Hey thanks for the reply :)
Got it working with javascript ;D

Sponsor our Newsletter | Privacy Policy | Terms of Service