Appnitro Software Forums » MachForm 2

Would Like to add background Image to entire form


  1. iceman1002
    Member

    Would Like to add background Image to entire form

    Any Ideas?? on were to edit file

    Posted 3 years ago #
  2. redityo

    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 3 years ago #

RSS feed for this topic

Reply