Hi HTML people -
I can't get the middle button to position in the center of the form. It appears over to the right, next to the 3rd button.
What have I done wrong?
Thanks, John
<TABLE>
<TR>
<TD width="100%" align="LEFT">
<INPUT TYPE="SUBMIT" value="C O N T I N U E">
</TD>
<TD width="100%" align="CENTER">
<INPUT TYPE="BUTTON" value="C A N C E L" name="Cancel" onclick="document.location=' </TD>
<TD width="100%" align="RIGHT">
<INPUT TYPE="RESET" value="CLEAR FORM">
</TD>
</TR>
</TABLE>
I can't get the middle button to position in the center of the form. It appears over to the right, next to the 3rd button.
What have I done wrong?
Thanks, John
<TABLE>
<TR>
<TD width="100%" align="LEFT">
<INPUT TYPE="SUBMIT" value="C O N T I N U E">
</TD>
<TD width="100%" align="CENTER">
<INPUT TYPE="BUTTON" value="C A N C E L" name="Cancel" onclick="document.location=' </TD>
<TD width="100%" align="RIGHT">
<INPUT TYPE="RESET" value="CLEAR FORM">
</TD>
</TR>
</TABLE>