Jump to content

align submit buttons


Recommended Posts

Why won't these two submit buttons line up?

 

<br>
<table align="center">
<tr>
<td>
<input type="submit" name="submit" value="Register!" />  
</form>
</td>
<td>
<form action="/UserLogin/login_form.inc.php">                   
<input type="Submit" name="Submit" value="Login">
</form
</td>
</tr>
</table

Link to comment
https://forums.phpfreaks.com/topic/2593-align-submit-buttons/
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.