Carp
11-29-2004, 08:49 AM
Hey all....I have a table:
<table width="600" cellspacing="0" cellpadding="0" border="1" bordercolor="#000000" align="center">
<tr>
<td><img src="gmvs.gif"></td>
</tr>
<tr>
<td bgcolor="#008200"><center><a href="home.php">Home</a> | <a href="history.php">History</a> | <a href="settings.php">Settings</a> | <a href="logout.php">Logout</a></td>
</tr>
<tr>
<td>
**** here
</td>
</tr>
</table>
How do I make it so there is no blank line under the first <tr>.....Like I want there to be the border around the whole table, but not between the image and the link where the links are.
Thanks.
<table width="600" cellspacing="0" cellpadding="0" border="1" bordercolor="#000000" align="center">
<tr>
<td><img src="gmvs.gif"></td>
</tr>
<tr>
<td bgcolor="#008200"><center><a href="home.php">Home</a> | <a href="history.php">History</a> | <a href="settings.php">Settings</a> | <a href="logout.php">Logout</a></td>
</tr>
<tr>
<td>
**** here
</td>
</tr>
</table>
How do I make it so there is no blank line under the first <tr>.....Like I want there to be the border around the whole table, but not between the image and the link where the links are.
Thanks.
