#1  
Old 11-25-2007
NewKidOnTheBlock NewKidOnTheBlock is offline
Member
 
Join Date: Oct 2006
Location: Germany
Posts: 513
NewKidOnTheBlock is a glorious beacon of lightNewKidOnTheBlock is a glorious beacon of lightNewKidOnTheBlock is a glorious beacon of lightNewKidOnTheBlock is a glorious beacon of lightNewKidOnTheBlock is a glorious beacon of light
Layout with CSS vs. tables

Is there any truth to the fact that using tables for the layout of a page is worse than using CSS, because search engines might consider things they read at the top (in the code) more important?

Was this ever true? Is it now outdated?

Do you ever use tables for particular things (such as tabular data) or do you use strictly CSS?
Reply With Quote
  #2  
Old 11-25-2007
jimbeetle's Avatar
jimbeetle jimbeetle is offline
 
Join Date: Mar 2006
Location: New York City
Posts: 1,000
jimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud of
Re: Layout with CSS vs. tables

Tables are specifically to present tabular data and that is what should be used. Besides the inherent problems in physically laying out a complicated table-like presentation using CSS, it is impossible to build one that would be semantically correct, say if you wanted to use the caption and th elements.

As for the first part of your question, yeah, that was the generally accepted wisdom. Today's SEs have gotten much better at seeing past the clutter by being able to identify repetitive header, nav, footer elements, etc. Even so, I still prefer to hit them in the face with my "well" content. On most of my newer sites I used simple CSS positioning, nothing too fancy; some older ones still use the old "table trick" to bring the main content closer to the top.

Might not be necessary today, just an old habit.
Reply With Quote
  #3  
Old 11-25-2007
beu's Avatar
beu beu is offline
 
Join Date: Sep 2004
Location: Atlanta, GA U.S.A.
Posts: 2,192
beu is a name known to allbeu is a name known to allbeu is a name known to allbeu is a name known to allbeu is a name known to allbeu is a name known to all
Re: Layout with CSS vs. tables

I still believe that less code on a page is a good thing when it comes to SEO so, I like CSS. It also seems easier to me than using HTML to style each element on every page. I try to stick with CSS for the most part!
Reply With Quote
  #4  
Old 11-26-2007
NewKidOnTheBlock NewKidOnTheBlock is offline
Member
 
Join Date: Oct 2006
Location: Germany
Posts: 513
NewKidOnTheBlock is a glorious beacon of lightNewKidOnTheBlock is a glorious beacon of lightNewKidOnTheBlock is a glorious beacon of lightNewKidOnTheBlock is a glorious beacon of lightNewKidOnTheBlock is a glorious beacon of light
Re: Layout with CSS vs. tables

Quote:
some older ones still use the old "table trick" to bring the main content closer to the top.
Hehe, I remember that trick. Actually I bookmarked a couple of pages about it and still have them in my browser. Time to delete them!

Actually I'm a big fan of CSS, too. So if I use CSS, but have to use tables for presenting tabular data (if I ever run into such an incident) Ill know tables are just fine and I don't need to create a CSS solution for that, right?
Reply With Quote
  #5  
Old 11-27-2007
jimbeetle's Avatar
jimbeetle jimbeetle is offline
 
Join Date: Mar 2006
Location: New York City
Posts: 1,000
jimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud ofjimbeetle has much to be proud of
Re: Layout with CSS vs. tables

Tables aren''t "just fine" for tabular data, they are the correct solution for tabular data.

Don't confuse the old debate of using tables vs. CSS for layout with using table for what they were designed for -- presenting tabular data.
Reply With Quote
  #6  
Old 11-27-2007
cryptblade cryptblade is offline
SEO, Web Design, MLM - multiple income streams is da key deze dayz :(
 
Join Date: Dec 2004
Location: New York, NY
Posts: 433
cryptblade has much to be proud ofcryptblade has much to be proud ofcryptblade has much to be proud ofcryptblade has much to be proud ofcryptblade has much to be proud ofcryptblade has much to be proud ofcryptblade has much to be proud ofcryptblade has much to be proud of
Re: Layout with CSS vs. tables

I like CSS. Code is cleaner. Ultimately, it comes down to if you and your keyword competitor is exactly equal in everything - the slightly cleaner code is better.

But, additional benefit is that it's easier to follow the code. Code and site management efficiency makes it much more attractive to go with CSS.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tweaks to Google result layout egain Google Web Search 0 04-24-2007 08:22 AM
Weird Google Layout zipline Google Web Search 3 05-08-2006 12:48 PM
Google search results layout Wowter Google Web Search 1 12-24-2005 07:00 PM
Will changing from Nested tables to DIV fields affect my google ranking? jempp Search Engine Optimization 3 06-21-2005 07:55 PM
css layers or tables? digimeme Search Engine Optimization 16 11-17-2004 07:16 PM


All times are GMT -4. The time now is 06:07 AM.