Joshua Uebergang
03-05-2010, 01:24 AM
I think something happened in Delavo 1.6 that removed background images. When I edit the templates on order 1, 2, and thank you page, the following occurs:
<p style="background:url('https://example.com/images/members/order-1.jpg') no-repeat scroll 0% 0%; width: 600px; height: 50px"> </p>
When saved turns into:
<p style="width: 600px; height: 50px"> </p>
<p style="background:url('https://example.com/images/members/order-1.jpg') no-repeat scroll 0% 0%; width: 600px; height: 50px"> </p>
When saved turns into:
<p style="width: 600px; height: 50px"> </p>