How to use an image as form background?

 

Question:

How to use an image as form background?

 

Answer:

To use an image as a form background, select the style that is used for the DataPage, check the advanced option and go to the advanced tab where you see the CSS codes. In the object cbFormtable, add this:

.cbFormtable{

Background-image: http://enter_complete_url_of_the_image

}

Then comment out the background color styles in the following classes:

 .cbFormTableRow

.cbFormTableEvenRow

.cbFormTableRow_hover

.cbFormTableEvenRow_hover