Below is my html code
How do i get the process.php file in a dirrent window size please can anyone help.?Code:<FORM action="process_login.php" method="post" enctype="multipart/form-data"> <table width='300'> <tr> <td align='right'>Username:</td> <td align='left'><input type='text' name='username'></td> </tr> <tr> <td align='right'>Password:</td> <td align='left'><input type='password' name='password'></td> </tr> <tr> <td align='right'>Retype Password:</td> <td align='left'><input type='password' name='retypepassword'></td> </tr> <tr> <td align='right'>Email</td> <td align='left'><input type='text' name='email'></td> </tr> <tr> <td align='right'></td> <td align='left'><input type='submit' name='button' value='Register'></td> </tr> </table> </form>




Reply With Quote