Would Like to add background Image to entire form
Any Ideas?? on were to edit file
Started 3 years ago by iceman1002 | 2 posts |
Would Like to add background Image to entire form
Any Ideas?? on were to edit file
Hi,
You can edit your CSS form and search for these code :
#form_container
{
background:#fff;
border:1px solid #ccc;
margin:0 auto;
text-align:left;
width:640px;
}
you can add "background" properties in there, for example :
#form_container
{
background:#fff;
border:1px solid #ccc;
margin:0 auto;
text-align:left;
width:640px;
background:url(http://yourdomain.com/images/test.jpg) top;
}MachForm Support
You must log in to post.