
" Your program is perfect. The form creator my server company provided was overly complicated and simplistic. Most of the other programs on the internet were the same or just too expensive. After I found your program, I stopped looking. It does exactly what I need for all different types of applications. I will probably end up buying a membership it is so good. "
Webmaster
www.fingerjoust.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;