January 6, 2005 at 3:09 pm
#659826
Inactive
I always use stylesheets when designing sites.
big plus:
– keep your code (and filesize) of your pages small and neat
– formatting of certain tags (like
) to make the page searchengine-friendly without screwing up the layout
– ‘re’-design a site. Just change your css and voila!: new site
big minus:
– you’ll have to learn css
– it probably doesn’t work with that 2% of traffic that is using some exotic browser (I never really bothered to check all browsers/versions)
Cheers,
Jeff