Sent by Brady Gearring on 11 December 2002 20:08
i am having issues with printing.
i use the table (table-less site coming in phase 2)
and the css listed below..problem is, IE 5 &6 x will
print out the background color, but Netscape 4 & 7x
will not..it just shows the date in the correct color
with no background color when printed.
tr.footer {font-size:12px;color:black;background-color:#336666;}
<table width="759" cellpadding="2" cellspacing="0" border="0">
<tr class="footer">
<td align="center">
<span class="date">December 11, 2002</span>
</td>
</tr>
</table>
any ideas? | thnx for any help! | bg