plantfinder
Technical User
I've got a table with 4 cells in a column. I have text in each cell but for some reason there is is excessive spacing between the text in adjacent cells although it looks fine in dreamweaver and I can't see anything in the html that would indicate a paragraph return or anything like that. After the cell that contains the text"Our Racks" there is excessive spacing as if there were about 3 or 4 paragraph returns before the text begins in the cell below with "Shop for Our racks" Here is the Code and css that I used. Thanks for your help
}
.NewNavListHeading {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: 663300;
}
.NewNavList {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: lighter;
color: 663300;
}
.NewNavList a:link {
text-decoration: none;
color: #663300;
}
.NewNavList a:visited {
text-decoration: none;
color: #663300;
}
.NewNavList a:hover {
color: #003366;
text-decoration: none;
background-color: #CC9933;
}
<tr>
<td height="21" valign="top" class="NewNavListHeading">Our Racks </td>
</tr>
<tr>
<td height="74" valign="top"><p class="NewNavList"><a href="/racks.htm">Shop for our Racks</a><br>
<a href="/rackdetails.htm">Case Rack Details</a> <br>
<a href="/racks.htm#profile">Pro File Wall Rack<br>
Testimonials</a><br>
<a href="../customer_photos.htm">Customer Photos </a></p>
</td>
</tr>
<tr>
<td height="23" valign="top" class="NewNavListHeading">Other Products</td>
</tr>
<tr>
<td height="115" valign="top" class="NewNavList"><a href="/other_stands.htm">Guitar Stands</a><br> <a href="/other_HS_cases.htm">Guitar Cases</a><br> <a href="/other_HS_cases.htm">Hardshell Cases </a><br> <a href="/other_coffin.htm">Coffin Cases</a><br> <a href="/other_gig_bags.htm">Gig Bags</a> <br> <a href="/other_bass.htm">Bass Cases</a> <br>
<a href="/other_flight.htm">Flight Cases</a></td>
</tr>
<tr>
<td height="116" valign="top" class="NewNavList"> </td>
</tr>
</table></td>
}
.NewNavListHeading {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: 663300;
}
.NewNavList {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: lighter;
color: 663300;
}
.NewNavList a:link {
text-decoration: none;
color: #663300;
}
.NewNavList a:visited {
text-decoration: none;
color: #663300;
}
.NewNavList a:hover {
color: #003366;
text-decoration: none;
background-color: #CC9933;
}
<tr>
<td height="21" valign="top" class="NewNavListHeading">Our Racks </td>
</tr>
<tr>
<td height="74" valign="top"><p class="NewNavList"><a href="/racks.htm">Shop for our Racks</a><br>
<a href="/rackdetails.htm">Case Rack Details</a> <br>
<a href="/racks.htm#profile">Pro File Wall Rack<br>
Testimonials</a><br>
<a href="../customer_photos.htm">Customer Photos </a></p>
</td>
</tr>
<tr>
<td height="23" valign="top" class="NewNavListHeading">Other Products</td>
</tr>
<tr>
<td height="115" valign="top" class="NewNavList"><a href="/other_stands.htm">Guitar Stands</a><br> <a href="/other_HS_cases.htm">Guitar Cases</a><br> <a href="/other_HS_cases.htm">Hardshell Cases </a><br> <a href="/other_coffin.htm">Coffin Cases</a><br> <a href="/other_gig_bags.htm">Gig Bags</a> <br> <a href="/other_bass.htm">Bass Cases</a> <br>
<a href="/other_flight.htm">Flight Cases</a></td>
</tr>
<tr>
<td height="116" valign="top" class="NewNavList"> </td>
</tr>
</table></td>