The only thing that isn't working is the borders, do them like this...
<style>
.halfsquare
{
FONT-WEIGHT: bold;
FONT-SIZE:8pt;
BORDER-BOTTOM: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-TOP: none;
FONT-FAMILY: 'Times New Roman', Arial;
BACKGROUND-COLOR: white
}
.halfsquare th
{
BORDER-BOTTOM: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-TOP: none;
}
</style>
<table>
<TR class=halfsquare>
<TH ROWSPAN=5>PEOPLE INFORMATION</TH>
<TH COLSPAN=2 VALIGN=TOP>SATURDAY</TH>
<TH COLSPAN=2 VALIGN=TOP>SUNDAY</TH>
<TH COLSPAN=2 VALIGN=TOP>MONDAY</TH>
<TH COLSPAN=2 VALIGN=TOP>TUESDAY</TH>
<TH COLSPAN=2 VALIGN=TOP>WEDNESDAY</TH>
<TH COLSPAN=2 VALIGN=TOP>THURSDAY</TH>
<TH COLSPAN=2 VALIGN=TOP>FRIDAY</TH>
<TH COLSPAN=6 ROWSPAN=3 VALIGN=TOP WIDTH=20>BIWEEKLY TOTAL HOURS AND EARNINGS</TH>
<TH COLSPAN=6 ROWSPAN=3 VALIGN=BOTTOM ALIGN=LEFT>ID #</TH>
</TR>
</table>
Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)