Re: css layout should be symmetrical

Vadim Plessky wrote:
>
> And it was clearly indicated by several posters that Tables are not suitable 
> for achieving this (and Tables should be used for Table information, not for 
> Layouting)

Tables in HTML should be used for tabular data and have nothing to do with layout.

Tables in CSS should be used for layout and have nothing to do with tabular data.

The only reason that CSS Tables are not suitable for centering is that the 
actual CSS used is too complicated:

    http://www.damowmow.com/mozilla/demos/centering/

-- 
Ian Hickson
``The inability of a user agent to implement part of this specification due to
the limitations of a particular device (e.g., non interactive user agents will
probably not implement dynamic pseudo-classes because they make no sense
without interactivity) does not imply non-conformance.'' -- Selectors, Sec13

Received on Tuesday, 19 February 2002 05:51:38 UTC