Centering a Form Vertically
Posted: Sun Jul 31, 2005 9:11 pm
Ive been having problems with one of my sites, how can i place my form vertically in my cell? it seems that everytime you place a form in a cell, it adds up a space below it.
Here my site: http://www.avatar-style.com
Look in the Buyer's Login Section, it looks awful having my form like that, it messes up the positions.
Here's my code:
Here my site: http://www.avatar-style.com
Look in the Buyer's Login Section, it looks awful having my form like that, it messes up the positions.
Here's my code:
Code: Select all
<table width="e;100%"e; border="e;0"e; cellpadding="e;0"e; cellspacing="e;0"e;>
<tr>
<td width="e;74%"e; valign="e;middle"e; align="e;center"e; ><form action="e;members/verifylogin.php"e; method="e;post"e;><div class="e;style8"e;>
Email Address:
<input name="e;username"e; type="e;text"e; id="e;username"e; size="e;30"e; maxlength="e;30"e; class="e;loginsetting"e; />
Password:
<input name="e;password"e; type="e;password"e; id="e;password"e; size="e;20"e; maxlength="e;20"e; class="e;loginsetting"e; />
<input type="e;submit"e; name="e;Submit"e; value="e;Submit"e; class="e;loginbtn"e; /></div></form>
</td>
<td width="e;26%"e; valign="e;middle"e;><div align="e;center"e;><span class="e;style8"e;><a href="e;index.php?content=10"e;>Request Account</a><br><a href="e;index.php?content=11"e;>Forgot your Password?</a><br>
</span></div></td>
</tr>
</table>