I am fairly new to Joomla and just learning Chronoforms, so I apologize if this question seems silly. I have a total of four forms on my site and I would like to use separate background images for each form. I've tried to add code directly to the form html using different methods including:
Option 1 (added to form HTML code):
Option 2 (also added to the form HTML code):
So, how do I show unique background images on individual forms?
Help!
Option 1 (added to form HTML code):
<body background="/images/image_name.gif">
Option 2 (also added to the form HTML code):
<style type='text/css'>
div.myform {background-image url="myurl"; . . . more css . . .}
</style>
<div class='myform'>
. . . more html code . . .
</div>
In either case, the image code appears to be completely ignored and does not display.So, how do I show unique background images on individual forms?
Help!