cfgcjm Posted September 30, 2007 Share Posted September 30, 2007 Take a look at this http://www.stjohnsuccjonestown.org/portal/login.php i need to move the login interface to the center of the page and have no clue how too the page will launch in a 600x350p window so ignore the really obnoxious background Quote Link to comment https://forums.phpfreaks.com/topic/71212-move-php-login-on-page/ Share on other sites More sharing options...
pocobueno1388 Posted September 30, 2007 Share Posted September 30, 2007 I took this HTML straight from your page source and edited it. <table height="100%" align='center' valign='center'> <td> <form action="login.php" method="post"> <table border="0" align='center' valign='center'> <tr> <td align="center" style="color: #fff;">Username:</td> <td align="center"><input type="text" name="username" /></td> </tr> <tr> <td align="center" style="color: #fff;">Password:</td> <td align="center"><input type="password" name="password" /></td> </tr> <tr> <td></td> <td><input type="submit" name="submit" value="Submit" /></td> </tr> </table> </form> </td> </table> Quote Link to comment https://forums.phpfreaks.com/topic/71212-move-php-login-on-page/#findComment-358188 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.