Click to See Complete Forum and Search --> : Custom CSS


TRPlace
08-03-2003, 01:26 PM
I need to find a way to get custom style sheets that the user chooses....lets say we have an index.html and custom.html, the user goes to custom.html and picks the style they want, then i want it to save like style1.css in the cookie and then on the index page i want it to read the cookie and input what style they chose, or default if they havent set anything into the address of where the style sheet is.

pyro
08-03-2003, 01:58 PM
I've done this before, but I used PHP. I would recommend using a serverside language to do this. When I did it, I just set a cookie, and then depending on the contents of that cookie, included the correct stylesheet.