PDA

View Full Version : user defined css :: possible?



coleman8er
18 Jan 2008, 10:05 AM
hello,

i was looking for some input on an idea i had recently.

is there a way, or is there an existing piece of code somewhere, that allows a user to customize a css file from a web form [ASP.NET]?

to simplify, what i mean is an administrative form where a user can customize colors, fonts, etc. :: and therein modify the css file

cheers,
andrew

Alan
18 Jan 2008, 01:21 PM
It would be possible to read in the css file, modify it and then output the write the entire file again. Alot of work but should be possible with ASP.NET. I work with PHP, so I can't help you with code. That's the only way I can think of doing it.