This is what was written to create the table on the previous page. Note the different effects of the align attribute, depending on where it is used.

<TABLE bgcolor="dd0000" border="9" align="right">

<TR>
<TH colspan="5">Poor again</TH>
</TR>

<TR bgcolor="white">
<TH>check #</TH> <TH colspan="2">+ or -</TH> <TH>client</TH> <TH>date cleared</TH>
</TR>

<TR>
<TD>1</TD> <TD>+$1.00</TD> <TD></TD> <TD align="center">IRS</TD> <TD>3/30/1998</TD>
</TR>

<TR align="center">
<TD>2</TD> <TD></TD> <TD>-$2.00</TD> <TD>groceries</TD> <TD>3/31/1998</TD>
</TR>

<TR>
<TD colspan="4" bgcolor="#bbbbbb"><A href="https://members.tripod.com/~AO/main/primer-p2.html"> click here</A></TD>
</TR>

</TABLE>