I have created the following HTML program. However, I cannot seem to close the tables close together. That is, the blue table with red heading is too far away from the yellow table. I tried many alignments, but they did not work. Please help. Thanks.
<htmt>
<head>
</head>
<body>
<table width ="40%" border="0" bordercolor="blue" >
<tr><td bgcolor="white" align="left" valign="top" ><b>
<Font size="2" color="red">
TO SELL,<br> CLICK THE APPROPRIATE<br> link below:
<table border="5" bgcolor="blue" width="180"><b>
<tr><td><A HREF="cgi-bin/bookc.cgi"><font color="white" size=1> <b> USED TEXTBOOKS</a></td></tr>
</td></tr> </table>
<td><font color="red" size="4"><b>ON THIS WEBSITE, YOU CAN:</font><br>
<table border="6" bgcolor="yellow" width="330"><td><FONT COLOR="blue"><b>
<dir>
<li/> Texbooks</dir><br>
</FONT></td></tr></table><br>
<td align="center" valign="top">
<Font size="2" color="green"><b>
TO BUY,<br> CLICK THE APPROPRIATE<br> link below:</b>
<table border="5" bgcolor="RED" width="180"><b>
<tr><td><A HREF="cgi-bin/booksearch.cgi"><font size=1 color="WHITE"><b>USED TEXTBOOKS</a> </td></tr>
</table></td><br>
<tr><td align="left">
<table border="7" bgcolor="white" width="600"><tr><td><FONT COLOR="green" size="5"><b>
Please click the appropriate link on the left: </font><font size="4" color="blue">blue,</font> and <font size="4" color="red"> red,.</font> </b></FONT></td></tr></table><br>
</table>
</body>
</html>
<htmt>
<head>
</head>
<body>
<table width ="40%" border="0" bordercolor="blue" >
<tr><td bgcolor="white" align="left" valign="top" ><b>
<Font size="2" color="red">
TO SELL,<br> CLICK THE APPROPRIATE<br> link below:
<table border="5" bgcolor="blue" width="180"><b>
<tr><td><A HREF="cgi-bin/bookc.cgi"><font color="white" size=1> <b> USED TEXTBOOKS</a></td></tr>
</td></tr> </table>
<td><font color="red" size="4"><b>ON THIS WEBSITE, YOU CAN:</font><br>
<table border="6" bgcolor="yellow" width="330"><td><FONT COLOR="blue"><b>
<dir>
<li/> Texbooks</dir><br>
</FONT></td></tr></table><br>
<td align="center" valign="top">
<Font size="2" color="green"><b>
TO BUY,<br> CLICK THE APPROPRIATE<br> link below:</b>
<table border="5" bgcolor="RED" width="180"><b>
<tr><td><A HREF="cgi-bin/booksearch.cgi"><font size=1 color="WHITE"><b>USED TEXTBOOKS</a> </td></tr>
</table></td><br>
<tr><td align="left">
<table border="7" bgcolor="white" width="600"><tr><td><FONT COLOR="green" size="5"><b>
Please click the appropriate link on the left: </font><font size="4" color="blue">blue,</font> and <font size="4" color="red"> red,.</font> </b></FONT></td></tr></table><br>
</table>
</body>
</html>