Css vs Tables
Css vs Tables
Out of context: Reply #32
- Started
- Last post
- 62 Responses
- ETM0
Example of why CSS is superior when updating a site... content or layout.
"Lets swap the positions of the left and right columns in the layout, it presents the content more logically"
"Okay, let me just swap the float from left to right and vice versa. Done." No need to look at the site markup. Not even a need to use include files.
Can tables do that?