Hi,
I have tried various methods to get a background image "under" the form itself but could not manage it.. Form is displayed in the middle of an article.
Should it work if I use the following code in Form HTML?:
And if "div.myform" should be replaced with "div.epastu_nodosana" where in my case "epastu_nodosana" is the form name?
Thanks,
Raivis
I have tried various methods to get a background image "under" the form itself but could not manage it.. Form is displayed in the middle of an article.
Should it work if I use the following code in Form HTML?:
<style type='text/css'>
div.myform {
background-image: url(../images/stories/GOODSTUFF/pastkaste.jpg);
}
</style>
And if "div.myform" should be replaced with "div.epastu_nodosana" where in my case "epastu_nodosana" is the form name?
Thanks,
Raivis