Tag Archives: layout

Why CSS should not be used for layout

According to Ron Garret, “CSS is really cool. It is useful for a lot of things. The basic idea of separating content from presentation is sound. But when it comes to layout, the design of CSS is fundamentally flawed. Use tables instead.” I have to say that I agree with Ron. He goes on to [...]