Webdevonline Extra

Layouts

Home | Webdevonline Extra| SiteIndex
Path: Home > Table Formatting > Filling the screen > Nested Tables > Lines & Boxes > Boxes > Graphical Layout

Laying out web pages

Using Tables

 

Until recently any web sites that wanted complex layout used tables to achieve their aims.

By using multiple tables 'nested' on top of a base table complex layout can be built up.
Some problems emerge however as the move to higher resolution screens meant there is a need to design, not only for different browsers, but also for different screen resolutions.

 

Formatting the layout

A variety of techniques are used to set out the page so that the layout is attractive and different sections are delineated.

Graphics are extensively used both for background colour and for navigation elements

Both white space and lines/boxes are used to break up and separate blocks of text

 

 

Layout of this page

This is a CSS template

Conventional variable-width, no-tables, three-column layout with usability and dynamic templating (PHP...) in mind. It may be used for blogs, but may also be suitable for other needs.

This template layout goals
  • Valid XHTML 1.1 and CSS to separate design from content. Only fairly simple CSS tags are used to keep the design Internet Explorer 5.* compatible.
  • Browser and platform independence. Renders about the same in all modern Browsers (Firefox/Mozilla, Internet Explorer, Opera, Safari, Konqueror).
  • Design works over a wide range of screen resolutions / browser window sizes.

 

Quick Links