Forum Moderators: open

Message Too Old, No Replies

Tableless Designs

         

myshtern

5:59 pm on Mar 12, 2005 (gmt 0)

10+ Year Member



What are the benefits of tableless designs?

tedster

6:48 pm on Mar 12, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



One big difference is that table-free layouts can make it easier for search engines to see what information is related to other information on your page.

If the data is not "truly" tabular (that is, it uses tables only for layout purposes) then it can be very difficult to notice, from the code alone, relationships that are patently obvious to the human eye. Like product names and their description or cost, which may be separated by miles of <td></td></tr> in the template. Or headlines and their related story. And so on.

The use of tables for layout was always a kludge - but for a long time it was the only game in town because browser support for even basic <div> and css mark-up was woefully inadequate.

It's still a bit demanding and nutty cross-browser, but it has now become possible.

webaster

6:30 pm on Mar 13, 2005 (gmt 0)

10+ Year Member



tables work in older browsers - backwards compatable

tables load twice as slower as divs (tableless)

tables should be used to show lineair data

eg producttype price

shoes 10 $/each