• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Image as background

Image as background 16 years 11 months ago #521

  • BPP12
  • BPP12's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
I would like to have a picture as the background to a form, can this be done and how?

Thanks
The administrator has disabled public write access.

Re:Image as background 16 years 11 months ago #530

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Yes. Add to your form style (at the end, this code)
<style>
.forme{
background: url(path_to_your_image);
}
</style>
assuming that you haven't changed the form style yet.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!