almightyegg Posted August 4, 2007 Share Posted August 4, 2007 If you view my home page - http://www.lordoftheabyss.com as you can see the form just under the banner is out of line which makes it look kinda scruffy. <form action="welcome.php" method="POST"> <input type="text" name="email" value="email"> <input type="password" name="password" value="password"> <input type="image" src="images/login.png"> <a href="register.php"><img src="images/register.png" border="0"></a> <a href="about.php"><img src="images/about.png" border="0"></a></form> How can I align it up? NB. I had to put the <form> tag after some images eitherwise they were forced downonto the next line... Link to comment https://forums.phpfreaks.com/topic/63260-solved-form-is-out-of-line/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.