Why should we avoid tables for layout?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    Why should we avoid tables for layout?

    Why should we avoid tables for layout?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Tables were never created to be used as layout elements.
    Tables are slower to load.
    Tables are not as flexible as using CSS.
    Tables are pre-laid out grids which cannot be changed (cells cannot be moved).
    You cannot carry over content from one cell to the next without added effort.

    The guy who created the technique says "The web is ruined and I ruined it" by creating this method.
    Tables for layout is stupid.
    (See the articles about those two statements under Howtos in the HTML/CSS section)

    Comment

    • hsriat
      Recognized Expert Top Contributor
      • Jan 2008
      • 1653

      #3
      Originally posted by drhowarddrfine
      Tables were never created to be used as layout elements.
      Tables are slower to load.
      Tables are not as flexible as using CSS.
      Tables are pre-laid out grids which cannot be changed (cells cannot be moved).
      You cannot carry over content from one cell to the next without added effort.

      The guy who created the technique says "The web is ruined and I ruined it" by creating this method.
      Tables for layout is stupid.
      (See the articles about those two statements under Howtos in the HTML/CSS section)
      Thanks...

      But unfortunately I have used tables for layout, as I was not aware of this. I would take too much effort to remove them. But I'll try. :(

      Thanks again!

      Comment

      • harshmaul
        Recognized Expert Contributor
        • Jul 2007
        • 490

        #4
        Originally posted by drhowarddrfine
        The guy who created the technique says "The web is ruined and I ruined it" by creating this method.
        That has to be the quote of MY day! who said it?

        Comment

        • drhowarddrfine
          Recognized Expert Expert
          • Sep 2006
          • 7434

          #5
          Siegel (forgot his first name). Look for the article under Howtos at the top in the html/css section.

          Comment

          Working...