Back to Index
Back to Tables

Laying out a page using a table



The layout above was designed as a single image using Photoshop. This image was divided into 10 separate images, as shown by the dotted lines, and each was saved as a JPEG file.

The table was designed with 10 cells, one for each of the JPEG files.

This way of designing a pages allows for great flexibility, although you need to keep the JPEG files as small as you can or the viewer getting impatient as files download.

JavaScript

If you have a browser that is JAVA capable then you will see that the file in cell 4 changes as you run your mouse over the different cells of the table. Check the source to see how this id done

Return to top of page