Code below shows black background in chrome, but when printing preview, the black background is removed! How to correct this problem? Thanks.\[code\]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>index</title></head><body><body><table border="0" cellspacing="0" cellpadding="3"> <tr> <td bgcolor="#999" color="#FFF" align="right"> <div> <font color="#FFF" style="font-family:Arial;font-size:13px" ><br>this is the text supposed in black background, but printing preview shows white background! </font> </div></td> </tr></table></body></div></body></html>\[/code\]