PDA

View Full Version : Cannot Use Background Images in Template


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">&nbsp;</p>

When saved turns into:

<p style="width: 600px; height: 50px">&nbsp;</p>

Nathan Bray
05-26-2010, 05:28 PM
Yes I also have the same issue, when I try to use CSS or save a background image as part of the template the WYSIWIG editor removes the code after I click save...

Has anyone figured out a fix for this yet, I'm still on 1.6.

Thanks

Joshua Uebergang
08-14-2010, 12:55 PM
This problem still occurs in 2.3. It'd be nice if bugs were addressed when they were found.

Jack Sinclair
09-26-2010, 09:40 AM
I have backgrounds that work, and I use inline css <!-- type declarations...it's been like this for years...no inline css in header (gets striped out) but put it right after <body> and it stays there, and works.