Why You Should Use CSS

It seems more and more webmasters are using CSSto rewrite every page all you need do is alter the
for the design and layout of their sites rather thanstylesheet. This saves you no end of time and saves
depending on tables and HTML mark up. As well asyou no end of bandwidth, the browser only has to
being more efficient in terms of page size andpull down the stylesheet once if you use it for all of
reusing CSS templates many webmasters believeyour pages. Not only have you saved on bandwidth
that it also contributes towards search enginecosts but you have speeded up page loading, this is
friendliness.good for both your visitors and the many bots that
Jacob over at Blogging Pro has written an articlecrawl your site.
based on his personal experiences and points outI have started to use CSS in more of my sites and I
what he believes to make a better more searcham going to use CSS solely on my next site which
engine friendly site.means learning about how CSS is used for layout.
For a long time I have always loved using tables forOne of the sites that I have found useful is the Web
site layout, but the general consensus is now thatDesign Group where they have a guide to cascading
tables are bad for layout. I agree once you startstyle sheets. The site also includes lots of links to
nesting tables things start to get complicated andother CSS resources.
messy. All of this extra HTML in your page gets inIf you are not using CSS it would be well worth your
the way of the real content that the search enginestime learning the CSS tags and their properties. Think
are after. If you separate design from content theof it as a future investment, the time you spend
search engines can just crawl the content and ignorenow will pay for itself in better search engine ranking,
the design.saved bandwidth and you will cut down on your
Separating content from design also means thatmaintenance and development time for your new
pages are much easier to update, rather than havingsites.