Forums

Form Image Background

fbc 04 Oct, 2016
Hi, I tried all sorts of things in the Setup -> CSS area of a form and could not get it to display a background form.

Is there a certain way it needs to be done?
GreyHead 04 Oct, 2016
Hi fbc,

Just straight-forward CSS should do it.
.gbs3 {
 background-image: url("my_image.jpg");
}

Bob
This topic is locked and no more replies can be posted.