Hallo,
Ik ben bezig met een winkel (oscommerce).
In de stijlsheet staat deze code:
In de PHP o.a. dit
Nu wordt bij het printen de afbeelding mainwhite_04.gif niet overgenomen.
Iemand een idee of een oplossing?
Ik ben bezig met een winkel (oscommerce).
In de stijlsheet staat deze code:
.dataTableHeadingContent_INVOICE { background-color: #E2E2E2; font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000066; font-weight: bold; }
.dataTableHeadingRow_INVOICE { background-color: #E2E2E2;}
.dataTableRow_INVOICE { background-color: #E2E2E2; }
.dataTableContent_INVOICE { background-color: #E2E2E2; font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000066; }
.order_history_top { color : #000066; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_heading { color : #000066; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data { color : #000066; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row { background-color: #C9C9C9; color : #000066;}
.product_infobox_heading { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row { background-color: #E2E2E2; }
.product_infobox_data { background-color: #E2E2E2; font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000066; }
.order_history_top_INVOICE { background-color: #E2E2E2; color : #000066; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_heading_INVOICE {color : #000066; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { background-color: #E2E2E2; color : #000066; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #E2E2E2; }
.product_infobox_heading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #E2E2E2;; }
.product_infobox_data_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000066; }
.smallText_INVOIVE { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.smallTextBlue_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000066; }
.smallAddressBlue_INVOICE { background-color: #E2E2E2;font-family: Arial; font-size: 9px; color: #000066; }
.main_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }
In de PHP o.a. dit
Code:
<td background="images/borders/mainwhite_04.gif"><img src="images/borders/mainwhite_04.gif" width="11" height="21"></td>
Nu wordt bij het printen de afbeelding mainwhite_04.gif niet overgenomen.

Iemand een idee of een oplossing?