Jump to content

[SOLVED] form is out of line


almightyegg

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.