>because it's easier to understand and hack
Wow, I never knew people actually thought it was easier. If using a table based layout you have to type many many more characters and keep a mental log of what's in where.
Wow, I never knew people actually thought it was easier. If using a table based layout you have to type many many more characters and keep a mental log of what's in where.
If using a table based layout you have to type
many many more characters and keep a mental
log of what's in where.
Not when generating HTML via a program. It's trivial to generate complex recursive nested table layouts that reflect/mirror the structure of the underlying data.For anyone who doesn't do CSS professionally, tables are vastly easier. They're easy to understand, and generally do what you want.
It's just that, as time goes by and your site becomes more and more complicated, tables become less and less flexible and maintainable.