I have created a Delphi for PHP page in RadPHP. How can I make it center in the browser’s window?
Is it possible to achieve it using only PHP code?
I have created a Delphi for PHP page in RadPHP. How can I make
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Form cannot be centered by only using php, because php is server scripting language and it cannot determine the size of client area (available space) in the browser. This can only be done by using CSS and JavaScript. Try that approach.