|
-
Apr 16th, 2002, 03:35 PM
#1
How To Alter Web Site Colors
Hi,
If I wanted to make a site using ASP.NET and wanted to be able to alter the page colors every few months or so, what method could I use? Can it be stored in the web.config file and altered when needed, or is it better to use a database and retrieve all the settings?
Thanks,
-
Apr 16th, 2002, 03:57 PM
#2
that is what css is for, it lest you keep style like fonts, colors, size, etc. in a seperate file..then you can just change the css file when needed.
-
Apr 16th, 2002, 07:17 PM
#3
But some browsers don't support all CSS features, correct? I just want to change the colors for table borders, headings, and fonts.
-
Apr 17th, 2002, 08:23 AM
#4
most modern browsers support css very well now.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|