Having a small issue printing a page.
The page prints perfectly except for a font background. Below is the code for this background:
this is the style:
.Header{font-size:13pt; font-style:bold; background-color:#000000; background-repeat:repeat-x; width:100%;}
and the code:
<td align='center'>
<font align='center' class='Header'> Order Detail </font>
</td>
The page prints perfectly except for a font background. Below is the code for this background:
this is the style:
.Header{font-size:13pt; font-style:bold; background-color:#000000; background-repeat:repeat-x; width:100%;}
and the code:
<td align='center'>
<font align='center' class='Header'> Order Detail </font>
</td>