views:

38

answers:

1

i have created a delphi for php page in radphp , how can i make it center of the browser is it possible to make it only using php code.

+1  A: 

Form cannot be centered by only using php, because php is server scripting language and it cann't determine the size of client area (available space) in web browser. This can only be done by using css and js, try that approach.

Ljubomir Đokić