Quote:
Originally Posted by pauldodman
Have you added the image as a background in the css file, in the class:
"order-invoice"
?
|
Hi Paul,
Initially - no. Didn't think of css.
I now changed the following in main.css:
Code:
.order-invoice {
background: #ffffff none;
}
replaced with
Code:
.order-invoice {
background: url(images/myletterhead.jpg) no-repeat top center;
}
Still get the same problem as with changes made to order_invoice.tpl (as mentioned in previous post ) - even if I remove the changes made in order_invoice.tpl.
Really appreciate your thoughts on this.