PDA

View Full Version : CSS or Templates



marc123
September 24th, 2003, 07:38 PM
which one do yall think is better when designing large websites?

or a mixture of both?

abzoid
September 24th, 2003, 08:09 PM
I use both, as they perform different functions. Templates maintain consistant page layout and eliminate the need to edit repetitive portions, such as navigation links, on every single page when a change is required. CSS controls the STYLE of the site, colors, font settings, etc. that can't easily be handled with a template.