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.
Changing styles of a site.
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: Changing styles of a site.
It depends on how you have setup your site and what language you want to use.
You can either use php or javascript.
You can either use php or javascript.
Re: Changing styles of a site.
It doesn't matter for me in what programming language I have to use - PHP or js.