You will have people on both sides, and some will be better than others. In fact, you use tables for tabular data, not for layout of your buttons, logos, etc.
On the other hand, I have an old asp Classic code in which we used tables everywhere, and it still works great.
If I did this today, I would use a “semantically correct” design where I could, which means tables for tabular data (things displayed in a row and column) and css material for layouts.
source
share