View Single Post
  #6  
Old 03-03-2010, 02:52 PM
 
Ingenuity@Home Ingenuity@Home is offline
 

Advanced Member
  
Join Date: Jul 2009
Location: Australia
Posts: 53
 

Default Re: Using business letterhead for invoice background

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.
__________________
Yours faithfully,
Leonie

X-Cart Pro 4.2.2 (Linux) - with customisations
Add Mod: Fancy Categories
___________________________________
Location: Australia
Reply With Quote