Jump to content

Move php login on page


cfgcjm

Recommended Posts

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.