This object is in archive! 

Background image in contract

Steve M. shared this question 8 years ago
Answered

I am using a wrapper for my templates which has a background image in the body:


<body style="background-image: url('http://www.bigfun4all.com/wp-content/uploads/2016/03/clouds.jpg'); background-repeat: repeat-x;">


When I view the quotes, the background shows up, but not on the contracts. How do I get it to show on the contracts?

Comments (4)

photo
1

We have historically discouraged background images cause they end up forcing us to do extra work. Since you are doing it yourself, it's no issue for us. In our discouragement, however, we've removed backgrounds on body tags. I would recommend making a div inside the body to contain all the content and putting the background on that. That should work for you.

photo
1

OK; thanks!

photo
1

Thinking more on this...the background image in the wrapper body is working on most templates; just not on the contracts. Are you suggesting I remove it from the wrapper body and replace it with a div, or just on the contract page?

photo
1

I'm suggesting your remove it from the body in the wrapper and put it on a div inside the wrapper so it will apply to all pages.

Replies have been locked on this page!