how do i get a table down one side of my page and then have a separate table 4 the rest of the page, the table i have at the moment i cannot get the middle table to nudge over
thx inadvance my gogs are going funny now!
To err is human, to completely mess up takes a computer.
Code:
<HTML>
<HEAD>
<TITLE>
JST
</TITLE>
</HEAD>
<BODY>
<Table width =100% cols=10 ALIGN=CENTER BORDER=3>
<TR><TD align=center> <font size="3"> 1 </font> </TD><TD align=center> <font size="3">
2 </font> </TD><TD align=center><font size="3"> 3 </font></TD> </TR>
</table>
<TABLE width=19% border=1 hight=100%
<TR><TD> <form action="handleLogin.php" method="POST"
<Table width=80% border=10><TR><TD>
Username: <input type=text name=username><BR>
Password: <input type="password" name="Password"></TD>
</table>
</form>
</TD></TR>
</TABLE>
<TABLE WIDTH="80%" ALIGN=CENTER BORDER=1 BACKGROUND="pics/swirlies.gif">
<TR><TD ALIGN="CENTER"> <B><FONT SIZE="5">Welcome to the SES site!</FONT></B></TD></TR>
<TR><TD ALIGN=CENTER><FONT SIZE=3>Still Under Construction</FONT></TD></TR>
<TR><TD>
</TD></TR><TR><TD><br></TD></TR><TR><TD><br></TD></TR>
<TR><TD ALIGN=CENTER><SMALL>Copyright 2003</SMALL> </TD></TR>
</TABLE>
<Table width =5% BORDER=0>
<TR><TD align=center><font size="1">1</font></TD><TD align=center><font size="1">2</font></TD><TD align=center><font size="1">3</font></TD></TR>
</TABLE>
</BODY>
</HTML>
thx inadvance my gogs are going funny now!
To err is human, to completely mess up takes a computer.