E.T.,
Tables are bad because:
1. They result in load times that are longer than necessary.
Web browsers are designed to download the entire table before it can be
rendered.
2. They encourage the use of inefficient "placeholder graphics" that further
slow performance.
Transparent gif images are used to permanently space cell content.
3. There maintenance can be a nightmare in which even minor changes "break"
the entire layout.
Maintaining a complex array of deeply nested tables is a nightmare. This is
especially true of FP where it does not support
table based design. DW and GL both handle table layout for the designer and
make it easier to use but CSS is still superior.
By using CSS you remove all of the above and provide a better design
environment. You remove presentation from content.
Lesson to follow.
--
Mike -- FrontPage MVP '97-'02
J-Bots Plus 2002 End of Summer Sale You Save $20.00
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
-------------------------------------------------------------------------- --