trying to design a unique webpage for my buddy and I'm having trouble... you can view it at http://www.elitenation.org/index.php
the content needs to be in the middle, the navigation to the left, and the log-in to the right. I've been trying to get the log-in to align properly but it never does. any ideas?
Code:
<td height="100%" valign="top" width="140">
<table cellpadding="0" cellspacing="0">
<tbody><tr>
<td align="center" width="100%">
<table align="center" border="1" cellpadding="0" cellspacing="0" height="0" width="100%">
<tbody><tr>
<td bordercolor="blue" class="main" background="index.php_files/clouds.jpg">
<center><b>Search</b></center>
</td>
</tr>
<tr>
<td class="small" align="center">
<font style="font-size: 3px;"><br></font>
<form action="index.php?p=Search" method="post">
<input name="box" value="eN." class="form" onmouseover="this.focus()" onfocus="this.select()" type="text">
<input value="Search" class="lp" type="submit">
</form>
<font style="font-size: 3px;"><br></font>
</td>
</tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr>
<tr>
<td bordercolor="blue" class="main" background="index.php_files/clouds.jpg">
<center><b>Log In</b></center>
</td>
</tr>
<tr>
<td class="small" align="center">
<font style="font-size: 3px;"><br></font>
<form action="index.php?p=Login" method="post">
<input name="user" value="Username" class="form" onmouseover="this.focus()" onfocus="this.select()" type="text"><br>
<input value="Password" name="pword" class="form" onmouseover="this.focus()" onfocus="this.select()" type="password"><br>
<select name="loginsectime" class="textarea">
<option value="300">5 Minutes</option>
<option value="600">10 Minutes</option>
<option value="1800">30 Minutes</option>
<option value="3600">1 Hour</option>
<option value="21600">6 Hours</option>
</select><br>
<input value="Login" class="lp" type="submit">
</form>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
|