Examples of Web Site Design
Table layouts

Site Index

Table based pages are the most common way to layout web pages

  • Gives flexibility of layout for both text and graphics
  • Multiple tables allows many small separated containers for information
  • Gives ease of formatting the backgrounds and borders
  • Can use small tables to build up complex background graphical designs

Illustration of different layouts. 

Single Tables for Pages

Few pages are built from one table divided into cells as below. Using this layout it is possible to merge and divide cells, colour margins and backgrounds.

It is however quite complex to achieve a more varied layout and achieve white space to separate the cells from each other. For this reason most designers use multiple cells.


 
   
 

Multiple Tables

It is possible to lay tables onto a page independently. This way each is separated from the others and will contain its own formatting and cells. Have a look at the example below.

Multiple Nested Tables

If you lay tables on top of each other, this is called 'nesting'.
This used to be discouraged as it slows down loading. However modern processing speeds make this irrelevant and the technique is now common.

Underlying table cells are often used for graphic images used for background The page can gradually be built up in stages adding and positioning new elements as you go along.

Using new tables over a background table without many cells means you don't have to cope with existing cells which hamper layout creativity

 

Example 1
A simple uncluttered layout

Mid-Cornwall Galleries

Example 2
Uncluttered multiple tables
Example 3
Multiple Tables
 
Examples 5 & 6
Nested tables
 
Look at this page and others from Learn South West open in an editor
 
Related Pages - Dreamweaver section- Tables - Layers    FrontPage section- Tables - Formatting Tables
©WebDev Design 2005