May 12, 2009
0
A well designed website separates content (text) from design (layout, colour, etc). Your content resides in your HTML pages and your design predominantly lives in the CSS style sheets written for the site.
Any website designer will tell you that perhaps the easiest thing to change on a website with the greatest visual impact is the colors. Most sites have a set of colors used to make up the site: background foreground, callouts, menu highlights, headings, link and visited links, header and footer, and probably much much more.
Changing the colours of a website is a simple matter of copying the style sheets and referencing the new style sheets in the site, and changing the colors in the new style sheets. Read the rest of this entry »
