Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

weird table space

Status
Not open for further replies.

myatia

Programmer
Nov 21, 2002
232
Hi,

The page I'm having the problem with is the following:


There's a large space beneath the first paragraph and the "Our Brands" feature that I can't seem to get rid of. If you remove the table and/or the div around it, then the spacing problem goes away. Any time I put the our brands table back in, it comes back. I've looked at the HTML adn CSS (no CSS is applied to the brands table), and it seems fine. Does anyone have any suggestions?

Thanks,

Misty
 
I found the problem...There were three <BR>s not in between the <TABLE> tags but outside of any pair of <TD>s (like <TABLE><TR><TD>blah</TD><BR><BR><BR></TR></TABLE>).

Misty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top