472,811 Members | 1,211 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,811 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 1883
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: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.