This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Would Like to add background Image to entire form
Started 16 years ago by iceman1002 | 2 posts |
-
Would Like to add background Image to entire form
Any Ideas?? on were to edit file
Posted 16 years ago # -
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
Posted 16 years ago #
Reply
You must log in to post.