Hi Trevor,
When you use Layout tables in FrontPage 2003, it creates regular HTML
tables, with all borders set to zero. The result is that the tables are
invisible, but can be used for layout and alignment. You could do the same
thing by inserting a regular HTML table and setting all the borders to zero.
It's just a convenience.
Yuo can find it under the Tables menu. As a historical note, HTML started
out as a very simple markup language. As it eveolved, people wanted to get
more jiggy with the layout. Originally, tables were the best way to achieve
this. However, with the advent and evolution of CSS, tables are falling into
some disfavor. The reason? Tables are fixed HTML, in the page. By using an
external CSS style sheet, one can manipulate the layout without changing or
adding any HTML to the content, thereby effectively separating content and
layout into 2 distinct "tiers." This enables the developer to change the
look of his/her entire web site without touching any of the HTML content in
it, just the CSS.
A good example of CSS in action can be found at
http://csszengarden.com.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.