View Full Version : Unknown gap in table!


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

Loren
11-08-2003, 04:58 PM
Which gap?

AdidasGuy
11-08-2003, 05:42 PM
If you go to the "Example Link" the gap is in the third row above the second column...It's really tiny, but noticable. I can't seem to fix it?

-AdidasGuy

Loren
11-08-2003, 06:16 PM
Try this:
Delete the red.
<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>



Or for editing the code as in the example page:
Delete the red.

<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">Make the gap go away!</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
11-08-2003, 07:53 PM
YOU ARE A GODDESS! THANK YOU SO MUCH!

-AdidasGuy

Loren
11-08-2003, 08:34 PM
Your welcome. :)

PS I'm a boy so I suppose that should be god :cool:

AdidasGuy
11-09-2003, 04:39 AM
Oops! Sorry about that...All I know is that you are a miracle worker and I thank you more than a million times! (Thank You Thank You Thank You Thank You Thank You) x 1000000!!!!!

-AdidasGuy