SEO Software
+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 21

Thread: Tables or CSS?

  1. #1

    Default Tables or CSS?

    The general consensus around here seems to be CSS and around my graphic design forums it seems to be tables. Is CSS a better choice than using tables? Does it always render faster? I'm looking for your opinions and possible reasons why CSS is better used.


  2. Micro Niche Builder

  3. #2
    Fulltime Member Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute
    Join Date
    Jan 2009
    Location
    Ayr. Scotland
    Posts
    767
    Thanks
    27
    Thanked 62 Times in 57 Posts
    Blog Entries
    1

    Default

    CSS is definitely preferable to tables for page layout. You just need to look at the WCAG conformance guidelines to see why.

  4. #3

    Default

    You definitely want to go with CSS. Remember this: tables are for tabular data. Nothing else.

    CSS also makes for maintainable and readable code. So if you want to update the structure and markup of your code, then you can easily do that without trying to see what column matches up with what row, etc.

  5. #4

    Default

    gr8 question...keep it up.....hmmmm if u ask me i would go with css.....as far as i can see it certainly enjoys an edge over tables

  6. #5
    Junior Member alibaba-clone is on a distinguished road alibaba-clone's Avatar
    Join Date
    Dec 2009
    Location
    Johannesburg, South Africa
    Posts
    92
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    css is definitely better. it helps allot for good seo.

  7. #6

    Default

    css is more comfortable and easy for maintaining purpose... i found that tables are very confusing ....

  8. #7
    Registered User Thanoz is on a distinguished road Thanoz's Avatar
    Join Date
    Dec 2009
    Location
    Athens, Hellas
    Posts
    51
    Thanks
    2
    Thanked 3 Times in 3 Posts

    Default

    Tables have limits, you can do alot more things with CSS codes, it may be a little harder to code a website with css but the result will make you happier. What is more, CSS is considered as a standard for a website design/coding.
    If you find my posts useful/helpful, thank me or add positive reputation
    SEO Blog -||- SEO forum

  9. #8

    Default

    i guess CSS but its up to the requirements. if you are working with short project, and no use of same things again then table is better, otherwise css

  10. #9

    Default

    CSS is better for layout design. Table is better for tabular data.

  11. #10

    Default

    CSS is definitely the way to go. As allready stated above, tables are for tabular data ony , keep it that way.

    You can find a lot of discussions at google about this. Some are against some not. However I see that the last years, more people started to use div's and stopped using tables.

+ Reply to Thread
Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 09-06-2009, 05:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts