<.table border=2 cellpadding=3>
| This command opens a box in the row; whatever is typed after this command appears in the box | This command opens the second box in row one; whatever is typed after it will appear in the box | This command opens the third box in row one |
| This command opens the first box in row two | Opens box two, row two | Opens box three, row two |
Now look at the coding again in a single screen below
<.table border=2 cellpadding=3>
<.tr>
<.td>This command opens a box in the row; whatever is typed
after this command appears in the box
<./td>
<.td>This command opens the second box in row one; whatever
is typed after it will appear in the box
<./td>
<.td>This command opens the third box in row one
<./td>
<./tr>
<.tr>
<.td>This command opens the first box in row two
<./td>
<.td>Opens box two, row two
<./td>
<.td>Opens box three, row two
<./td>
<./tr>
<./table>
[top]