Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: Thoughts on CSS?

[bsa_pro_ad_space id=2]
#659826
Anonymous
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