I have written the following:
<table width="100%"> <tr><td>
<table bgcolor ="lightblue" border="0" cellpadding="0" width="100%" >
<tr><td align="right"><font size=2> Car Model Year: <br>
<input type="text" name="year" size=5></td></tr>
<tr><td align="right"><font size=2> Maximum Acceptable Price:<br>$
<input type="text" name="price" size=12> </font></td> </tr>
</table>
</td>
<td align="center" valign="top">
<table width="80%">
<tr><td><font size=4><br><br><br><b>THIS SITE</td></tr>
</table>
</td></tr>
</table>
It works. However, I want the left table to control 40% of the screen and the right table 60%. I tried many ways to increase the size of the left table, it will not expand more that 10%. Please help.
<table width="100%"> <tr><td>
<table bgcolor ="lightblue" border="0" cellpadding="0" width="100%" >
<tr><td align="right"><font size=2> Car Model Year: <br>
<input type="text" name="year" size=5></td></tr>
<tr><td align="right"><font size=2> Maximum Acceptable Price:<br>$
<input type="text" name="price" size=12> </font></td> </tr>
</table>
</td>
<td align="center" valign="top">
<table width="80%">
<tr><td><font size=4><br><br><br><b>THIS SITE</td></tr>
</table>
</td></tr>
</table>
It works. However, I want the left table to control 40% of the screen and the right table 60%. I tried many ways to increase the size of the left table, it will not expand more that 10%. Please help.