Quote:
Originally Posted by RyanCesiel
Tables are a HUGE no-no. That's like Web 1.0. I would learn how to use CSS to align your website - tables are for the content not the layout.
|
I do know how to use div tags with css to align the website but I don't like using it. I don't see any reason to do that. Its basically the same thing as tables but the only advantage it gives you is to update your layout much easier by just changing the CSS code instead of remaking the whole thing. But using table makes it much easier to align. We are not going to be adjusting the formation of the tables. Plus, we use tables with div with css for easier arrangements. So it ends up being the same thing but much easier to align.