What is wrong with this table?
by "Beauford.2002" <beauford.2002(at)rogers.com>
|
Date: |
Fri, 21 Mar 2003 10:35:21 -0500 |
To: |
"HWG Basics" <hwg-basics(at)hwg.org> |
|
todo: View
Thread,
Original
|
|
For the life of me I can not figure out why this does not work properly. The
last input type=image will not right justify and I have no idea why. I had a
friend look at it and he got it to work, but from what I can tell - his code
is wrong. Mine will validate, his won't. I have only posted my code below.
<form method="post" action="main.php" target="mainFrame">
<TABLE ALIGN="center" width="480" cellpadding="2" cellspacing="0"
border="1">
<TR>
<TD WIDTH="55" ALIGN="left">
<font size="-2" color="yellow" face="Verdana, Arial, Helvetica,
sans-serif"><strong>EMAIL:</strong></font>
</TD>
<TD WIDTH="191" ALIGN="left">
<input type="text" name="entered_login" size="30">
</TD>
<TD WIDTH="60" ALIGN="left">
<font size="-2" color="yellow" face="Verdana, Arial, Helvetica,
sans-serif"><strong>PASSWORD:</strong></font>
</TD>
<TD WIDTH="170" ALIGN="right">
<input type="password" name="entered_password" size="30">
</TD>
</TR>
<TR>
<TD WIDTH="427" ALIGN="left" colspan="3">
<? if ($message) { echo $message; } ?>
</TD>
<TD WIDTH="53" HEIGHT="14" ALIGN="right">
<INPUT TYPE=image src="images/submit.gif" align="right" width="53"
height="14" NAME="Submit">
</TD>
</TR>
</TABLE>
</form>
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA