-
Gay Marriage - It's our Pearl Harbor.
Here are some explanations and tutorials about using CSS for layouts instead of tables: http://www.cssmash.com/blog/guides/5...eb-page-layout
Tables are not dead and buried, however. They are still used, and probably will be for many years to come, for what their name imples: tabular data. The most common use is records in a database where each record occupies one row and every cell (column) in the row displays the same type of information. So you have:
Name Age City
John 25 New York
Susan 35 Miami
Frank 30 Chicago
For this kind of structured data, with unknown numbers of records (rows) to be displayed, tables can't be beat. CSS is preferred for layouts in general, it's just that until CSS came along, tables were the easiest way to put some basic structure onto a web page.
Kevin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks