Earlier quoted context omitted.
Fixed left column. Liquid center column Fixed right column. The whole point of CSS is to take things like width="200px" out of the markup.
>The whole point of CSS is to take things like width="200px" out of the markup. I don't see how that's really an improvement in this particular case. In fact, I would say that using 'width="200px"' inline may actually be more readily understandable and maintainable than having the style defined somewhere else and then used only once. (I'm assuming that the 'width="200px"' is not duplicated multiple times in the PHP/P…
Furthermore, separating style info into a style sheet allows you to adapt the style for different devices.