" Mycontactform.com really helped our business when we first started our website. Now we use it as a valuable, safe resource to keep in touch with our customers. It allows us to easily create forms and update them. We sincerely appreciate your site. Without it, we would have had to spend countless dollars on less-than-efficient forms. Thank you for an invaluable communication resource! "
Joseph Jackowitz, President & CEO
www.coastalclassiccreations.com
In most cases, altering your form code as follows will center the form on your web page:
1. Look for the following code in your form HTML under the opening <form> tag:
margin: 0;
2. Change the above code to say:
margin-left: auto; margin-right: auto;