Show DevBest PHP Login page look over

Status
Not open for further replies.

Benden

maging ang maganda mamatay
Jun 4, 2010
2,281
1,480
HTML Login page look over

Hello community. Ive made a login page and was wondering if you could give me some feedback on it

Demo: click login.php

Here is the code
PHP:
<title> LifeOMG ~ Login </title>
<body background="http://img.sharefast.net/1290804266757583351798.jpg">

<form name="form1" method="post" action="checklogin.php">

<div style="position: absolute; z-index: 1; left: 930; top: 250" id="layer1">
<td colspan="3"><strong>Member Login </strong></td>
</div>
<div style="position: absolute; z-index: 1; left: 850; top: 290" id="layer1">
<td width="78">Email</td>
<td width="6">:</td>
<div style="position: absolute; z-index: 1; left: 100; top: 0" id="layer1">
<td width="294"><input name="myusername" type="text" id="myusername"></td>
</div>
</div>
<div style="position: absolute; z-index: 1; left: 850; top: 330" id="layer1">
<td>Password</td>
<td>:</td>
<div style="position: absolute; z-index: 1; left: 100; top: 0" id="layer1">
<td><input name="mypassword" type="text" id="mypassword"></td>
</div>
</div>
<td>&nbsp;</td>
<td>&nbsp;</td>
<div style="position: absolute; z-index: 1; left: 1055; top: 360" id="layer1">
<td><input type="submit" name="Submit" value="Login"></td>
</div>

</form>
<div style="position: absolute; z-index: 1; left: 850; top: 445" id="layer1">
New here? <a href="http://www.lifeomg.site40.net/Register.php" target="">REGISTER FOR FREE!</a>
</div>
 

Benden

maging ang maganda mamatay
Jun 4, 2010
2,281
1,480
:D
Alright but does it look slopy or anything
 

RyanMK

Still alive
May 27, 2010
802
117
It's about averege. Would love to see some CSS in there though, style form boxes like Rasta does.
 

Benden

maging ang maganda mamatay
Jun 4, 2010
2,281
1,480
Alright ill try it when off ipod and there arent any security issues or errors or nothing that shoukdnt be?
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
Of course there is no errors, it is client-side. And yea, I guess it is well done, but the background sucks.
 
Status
Not open for further replies.

Users who are viewing this thread

Top