HI GUYS.Am trainning to center my form in the middle of my html page but I have failed.Can any one help? Below is my code.........
<html>
<head>
<title>
Rich Trials
</title>
</head>
<body>
<form name="">
username:
<input type="text" name="username" />
<br />
password:
<input type="password" name="password" />
<br /><p>
<input type="SUBMIT" value="LOGIN" />
</form>
</body>
</html>
Thanks in advance......