473,408 Members | 1,951 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Why should we avoid tables for layout?

hsriat
1,654 Expert 1GB
Why should we avoid tables for layout?
Feb 23 '08 #1
4 1909
drhowarddrfine
7,435 Expert 4TB
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)
Feb 23 '08 #2
hsriat
1,654 Expert 1GB
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!
Feb 23 '08 #3
harshmaul
490 Expert 256MB
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?
Feb 23 '08 #4
drhowarddrfine
7,435 Expert 4TB
Siegel (forgot his first name). Look for the article under Howtos at the top in the html/css section.
Feb 24 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

44
by: Mariusz Jedrzejewski | last post by:
Hi, I'll be very grateful if somebody can explain me why my Opera 7.23 (runing under linux) doesn't show me inner tables. Using below code I can see only "inner table 1". There is no problem with...
8
by: Millissa | last post by:
If someone can help me with examples of or info on how to create an advanced tables for the layout on my site, I would be very grateful! Thanks, M
16
by: Michael Rozdoba | last post by:
I'm far from a CSS expert, but what I see of it I really like & I love keeping content & style separate. I also hate the way table layout produces convoluted bulky code. However when asked why...
53
by: Alan Silver | last post by:
Hello, I understand the issue that tables should be used for tabular data and not for layout, but I would like some clarification as to exactly what constitutes tabular data. For example, if...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.