AdidasGuy
11-08-2003, 05:22 AM
I spent ALL NIGHT trying to get rid of this annoying gap in my table and nothing worked! Below is the HTML code for the basis of my site and if you visit it, you'll see the gap that I am talking about. PLEASE HELP ME!
My Example Link (http://www.geocities.com/xenadirect/help2.html)
//--------------------------------CODE----------------------------------------//
<CENTER>
<table cellspacing="0" cellpadding="0" style="border: 1px solid #000000" width="620">
<tr>
<td bgcolor="#384548" colspan="2" style="border: 1px solid #000000" width="620" height="220"></td>
</tr>
<tr>
<td bgcolor="#384548" colspan="2" style="border: 1px solid #000000" width="620" height="20"></td>
</tr>
<tr>
<td bgcolor="#384548" valign="top" rowspan="2" width="320" height="200" style="border: 1px solid #000000">
<table cellspacing="4" cellpadding="1" border="0" width="310">
<tr>
<td bgcolor="#CCCCCC" width="150" height="10"></td>
</tr>
<tr>
<td bgcolor="#384548" width="150"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#384548" valign="top" width="320" height="200" style="border: 1px solid #000000">
<table cellspacing="4" cellpadding="1" border="0" width="310">
<tr>
<td bgcolor="#CCCCCC" width="150" height="10"></td>
</tr>
<tr>
<td bgcolor="#384548" width="150"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#384548" style="border: 1px solid #000000" colspan="2" height="20"></td>
</tr>
</table>
</CENTER>
-AdidasGuy
My Example Link (http://www.geocities.com/xenadirect/help2.html)
//--------------------------------CODE----------------------------------------//
<CENTER>
<table cellspacing="0" cellpadding="0" style="border: 1px solid #000000" width="620">
<tr>
<td bgcolor="#384548" colspan="2" style="border: 1px solid #000000" width="620" height="220"></td>
</tr>
<tr>
<td bgcolor="#384548" colspan="2" style="border: 1px solid #000000" width="620" height="20"></td>
</tr>
<tr>
<td bgcolor="#384548" valign="top" rowspan="2" width="320" height="200" style="border: 1px solid #000000">
<table cellspacing="4" cellpadding="1" border="0" width="310">
<tr>
<td bgcolor="#CCCCCC" width="150" height="10"></td>
</tr>
<tr>
<td bgcolor="#384548" width="150"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#384548" valign="top" width="320" height="200" style="border: 1px solid #000000">
<table cellspacing="4" cellpadding="1" border="0" width="310">
<tr>
<td bgcolor="#CCCCCC" width="150" height="10"></td>
</tr>
<tr>
<td bgcolor="#384548" width="150"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#384548" style="border: 1px solid #000000" colspan="2" height="20"></td>
</tr>
</table>
</CENTER>
-AdidasGuy