Hello, I cannot for the life of me get rid of the annoying space between the two tables on my home page www.sgvdodgers.com. It seems there is nothing in the code that would indicate to the browser to implement a space between the tables. There are three tables, the top two are connected just fine, but there is a large space between the 2nd and third tables. Any ideas how to make this go away? Here is the code:
<table width="950" border="1" cellpadding="5" align="center">
<tr>
<td align="center" width="150" height="150" bgcolor="white">
<img src="dodgerslogo.jpg" width="150" height="150" align="center" />
</td>
<td align="center" bgcolor="#003399" valign="middle" width="650">
<font size="+4" color="#ffffff">Welcome to the Home of the</font> <br />
<font size="+6" color="#FFFFFF">SGV Dodgers</font>
</td>
<td align="center" width="150" height="150" bgcolor="white">
<img src="dodgerslogo.jpg" width="149" height="149" align="center" />
</td>
</tr>
</table>
<table width="950" border="1" bordercolor="white">
<tr>
<td height="80" align="center" bgcolor="#000099" valign="middle">
<center>
<p><font color="white"><strong>
Manager: Omar Serrato 909-268-3971 oserrato32@yahoo.com <br />
Assistant Managers: Bobby Quinn, Saul Valderrama<br />
Team Administrator: Brent Kroeger; God Father: Sal Correa <br />
</strong></font> </p>
</center>
</td>
</tr>
</table>
The space occurs here
<table width="950" border="1" bordercolor="white">



Reply With Quote


Bookmarks