J
jjack100
In asp.net 2.0 you can apply custom themes based on a user profile,
etc. And you can change the theme programmatically, etc. But how do you
edit or create a theme programmatically? I am working on a content
management system where the user needs to be able to select fonts,
colors, etc. Right now I can only see how to let the user select from
a pre-defined set of themes.
In the old days, you could generate the css file from user input stored
in the db, and then upload this css file to the server. (this is an
authenticated user).
Is there any way to edit or generate a theme through the user interface?
etc. And you can change the theme programmatically, etc. But how do you
edit or create a theme programmatically? I am working on a content
management system where the user needs to be able to select fonts,
colors, etc. Right now I can only see how to let the user select from
a pre-defined set of themes.
In the old days, you could generate the css file from user input stored
in the db, and then upload this css file to the server. (this is an
authenticated user).
Is there any way to edit or generate a theme through the user interface?