
" My hat is off to MyContactForm. I am a custom pool cue maker, and manage my website personally. The simple form on my site was accomplished in a matter of minutes and it works perfectly. I couldn't be more pleased! "
Charles Thomas
www.thomascues.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;