CSS Or Table Based Web Design - Which is Best For Your Site?

The two main staples of modern web design are stillloads of content and RSS feeds, that if you don't
at odds even though it was predicted long ago thattake proactive measures to separate out the data
table use in web design would be extinct andfrom presentation with CSS/XHTML, then it will
replaced with sleek, CSS style sheet driven websites!become a nightmare just to manage your site. Don't
The debate about which way is best rages on. Youwait till your site is 1000 pages to properly format
don't have to travel far in web circles to hear theyour site with the best design to suit your ongoing
squabbles on the blogs over CSS and table webneeds. Remember we all start out with one page on
design. The table purist will speak of ancient die-harda site and the longer it's out there the bigger it gets
standard compliance and how it's impossible to(at least we hope it gets bigger!). So your best bet is
achieve with CSS. The CSS purist, on the other hand,to get moving forward and find middle ground and
will say that your table leader site is "old" and "heavy"use each style where appropriate.
with tables. In other words, you should completelyGo easy on yourself if you find that you have the
redesign your website with CSS so that the "Googlewrong design on a web page. We all are buried in
spiders" can peruse your site freely and reward youwork and sometimes need to prioritize. If you review
with high Google rankings.your pages and your business efforts accordingly,
Believe it or not, there is a place in the world foryou will be able to match up the correct design
both! For example, if you have a truly quantitativestyles to your needs. To review the benefits of
set of data to display, then you should use the tableTable-based design (the old style is great at
design. Even though it is said that the "Googlepresenting quantitative Excel style data), read this.
spiders" light design that CSS provides, your websiteThe Table based designs are much more practical
will not fall through the floor in rankings just becausewhen using the Excel style data presentation, but
you have a table or two on some web pages. Ittend to get docked a bit in the search rankings due
does not negate the fact that numerical data andto being more difficult for the pages to be crawled.
table design (for example, Excel spread sheets) is forCSS is excellent for separating out the data layer
appropriate data display. In other words, if you havefrom the presentation layer and it takes much less
a ton of RSS feeds and many automated widgetscode to code a CSS driven web page then it does
coming to your site, then it's time to separate outfor it's sister table design. So your local "Google
the data from the presentation layer with XMLspider" loves the CSS sites and will improve your
& CSS. You will find that if managing a site withrankings. So use it where you can!