I have a cell in table with background color set to red, for example
<table>
<tr><td bgcolor="red">A BC</td></tr>
</table>
I print this page to a color printer, however, no background color is
printed (red in this case)
So if it a IE problem or HTML behavior like this?
Thanks in advance,
Jason
<table>
<tr><td bgcolor="red">A BC</td></tr>
</table>
I print this page to a color printer, however, no background color is
printed (red in this case)
So if it a IE problem or HTML behavior like this?
Thanks in advance,
Jason
Comment