Results 1 to 4 of 4

Thread: How To Alter Web Site Colors

  1. #1
    Lancer Forums
    Guest

    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,

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Lancer Forums
    Guest
    But some browsers don't support all CSS features, correct? I just want to change the colors for table borders, headings, and fonts.

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    most modern browsers support css very well now.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width