Page 1 of 1

Changing styles of a site.

Posted: Sat Oct 25, 2008 5:08 am
by ragou
Hi,
I have a small website. How can I do to change style dynamically. For example if I click on link
style1 then style1.css becomes default. If I click on link2 ->style2.css becomes default etc.

Re: Changing styles of a site.

Posted: Sat Oct 25, 2008 5:33 am
by jaoudestudios
It depends on how you have setup your site and what language you want to use.

You can either use php or javascript.

Re: Changing styles of a site.

Posted: Sat Oct 25, 2008 6:10 am
by ragou
It doesn't matter for me in what programming language I have to use - PHP or js.