
" We use your web form on our site in order to gather important information from our clients. The form service you provide is extremely simple and straightforward to use - and even easier to manage. We were able to integrate the form on our site through customizing both font and color schemes. We highly recommend using this service! "
Webmaster
www.YouTailorIt.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;