Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML Printing

Status
Not open for further replies.

minoad

Programmer
Mar 28, 2001
138
US
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>
 
For whatever reason the above is not printing. Any ideas would be greatly appreciated.

Thanks,

Micah A. Norman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top