Is it possible to apply a different background for each page

  • NursesUSA
    Asked on December 6, 2014 at 8:30 PM

    I would like that each page has a different background.

    For one group of pages, I would like an image on the right and questions on the left.

    On a second group of pages, I would like a plain background.

     

     

  • val
    Replied on December 7, 2014 at 3:05 AM

    Hi,

    Its possible use our source code and find this HTML code "form-section" and you need to add number on each HTML code like this below.

    form-section1

    form-section2

    form-section3

    then put a CSS code background like this.

    .form-section1 {background-color: #ffffff;}

    .form-section2 {background-color: #000000;}

    .form-section3 {background-color: #999999;}

    Is it possible to apply a different background for each page  Image 1 Screenshot 20

     

    Hope this help.

    Thanks.