OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Thu Oct 09, 2008 3:58 pm Post subject: What is wrong with my align="center" |
|
|
This align tag in the bolded code wont work for me.
<html>
<head>
</head>
<body>
<h2 align="center">Login</h2>
<form action="home.php" method="post" align="center">
Password: <input type="text" name="pass" />
<input type="submit" />
</form>
</body>
</html> |
|