Mafia-Club Posted December 11, 2008 Posted December 11, 2008 Hello this is my first html login page it is very basic has its my first time making a html login page i spent so much time learning html and such so i have quite learned some basic stuff so i tryed making a login page and job succeeded :) Heres The code if you want it to work has mccode you got to do it yourself :) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> <--> .banner { background-color:#707070; width: 50%; height: 40px; font-size: 15px; } </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body bgcolor="#666666"> <div align="top">[img=Plain-Banner-605x136.gif]</div> <table width="784" height="272" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#CCCCCC"> <tr> <th><div align="center"><u>Login Page</u> </div> Basic Login page </th> <td align="middle" width="223" height="270"><form id="form1" name="form1" method="post" action=""> <div aling="top"> <center><h3>Login Now</h3></center> <form> Username: <input type="text" name="Firstname"> Password: <input type="text" name"lastname"> [url='test.html']<input type ="submit" value ="Submit">[/url] </form> </td> </tr> </table> <table width="782" height="30" border="1" align="left" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#CCCCCC"> <tr> <td width="223" height="21"><center> Basic Html Login Page Made By Mafia-Club</center></td> </tr> </table> </html> Screenshot: http://img176.imageshack.us/img176/3702 ... agecf9.png Quote
POG1 Posted December 11, 2008 Posted December 11, 2008 Re: My basic Html Login Page try not to use DIVs and tables. 1 or the other... Quote
Mafia-Club Posted December 11, 2008 Author Posted December 11, 2008 Re: My basic Html Login Page Alright Quote
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.