all right, use stylesheet..
PHP Code:
<?php
print "<input type=\"button\" value=\"submit\" style=\"width:200px;height:200px\"";
?>
replace the width, height and other variables with your own variables..

and don't miss the \ for all " in the HTML codes.. I see that you forgot to put \ and " and so on.. haha.. hope it helps