T A B L E S



             
Simply put, tables can be a great way to set up a good-looking page and organize information well. Tables with borders are used to create cells of information, as in the TABLES title above. Additionally, by using tables without borders, you can do page layout which allows elements to be in various places on the page.

For example, here's a simple use of a borderless table:

On the left, you can have one column of information or even images that link to other locations...
While on the right, you can have descriptions in further detail, or stories, or whatever other information you'd like. Of course, what makes it look good is what you decide to put in it. This is pretty boring.

Here is the code for the section above:
<table width="80%"><tr><td><center>On the left, you can have one column of information or even images that link to other locations...</center></td><td><font size="+1" color="#000066">While on the right, you can have descriptions in further detail, or stories, or whatever other information you'd like. Of course, what makes it look good is what you decide to put in it. This is pretty boring.</font></td></tr></table>

Now if you create a two-toned background using a background image like this:

you can do some pretty exciting layout work. Check out the Illinois Shakespeare Festival pages to see how tables and a two-toned background work together.


How about Tables with Borders?

One great use for tables with borders is in creating calendars. If you'd like to steal the code for a good-looking calendar of events, check out the Illinois Shakspeare Festival calendar.

Here's an example of a simple calendar template which you can steal and modify.


TITLE OF CALENDAR
SECOND LINE OF TITLE

May 1996
Sun Mon Tue Wed Thu Fri Sat

GENERAL INFORMATION TEXT
1
TEXT
2
TEXT
3
TEXT
4
TEXT
5
TEXT
6
TEXT
7
TEXT
8
TEXT
9
TEXT
10
TEXT
11
TEXT
12
TEXT
13
TEXT
14
TEXT
15
TEXT
16
TEXT
17
TEXT
18
TEXT
19
TEXT
20
TEXT
21
TEXT
22
TEXT
23
TEXT
24
TEXT
25
TEXT
26
TEXT
27
TEXT
28
TEXT
29
TEXT
30
TEXT
31
TEXT

TEXT


Now here are the basic tags for making tables.

WebTricks Main Page


You can reach Pete at:
pete@thelivingcanvas.com