Several background images

  • Leslye
    Asked on June 9, 2014 at 6:32 PM

    Hello Jotform friends. I wanted to know if i can add several images in my Form. Why? Here's the thing: i want only one image, but the form is too long and the background is covered with the selected pic just so far as the lenght of the image allows. How should I manage the css codes for this?

     

    Thank you

  • David JotForm Support Manager
    Replied on June 9, 2014 at 7:34 PM

    Hi, please try injecting this CSS code in your form, substituting your image's URL for the portion highlighted in red:

     

    html {
    background: url(http://img812.imageshack.us/img812/3807/cherriesthumbnail.png)
    repeat fixed;
    }

    Hope this helps you, if not, please let us the form where you want to add the a background image, and the image URL.