I just want to know if i can determine a size for a form , and how to center it plz?
Firstly, about determining the size of the form, you can try using jquery: refer http://api.jquery.com/width/ . To center it, just use CSS margin:auto will work fine provide the DOCTYPE is declared.