Edit File: print_invoice.tpl
<!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> {literal} <style type="text/css" media="print"> .main-table { background-color: #ffffff !important; } </style> <style type="text/css" media="screen,print"> body,p,div,td { color: #000000; font: 12px Arial; } body { padding: 0; margin: 0; } a, a:link, a:visited, a:hover, a:active { color: #000000; text-decoration: underline; } a:hover { text-decoration: none; } </style> {/literal} </head> <body> {include file="common/scripts.tpl"} {include file="orders/invoice.tpl"} </body> </html>
Back to File Manager