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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.