[RESOLVED] Weird <tr> spacing?

liunx

Guest
Hello everyone, I'm currently having trouble with a <tr> in my webpage's table layout. If you'll look at the page, there is a blank spot in between two <tr>'s that breaks up the border that is supposed to be continuous. If you'll look for yourself, you'll a horizontal black bar (the background is black) a few pixels tall that stretches across the entire screen. I have checked the margins and padding, and there seems to be no explanation as to why. Any clues/suggestions? Please don't criticize me for using tables as the layout, I tried using divs but no one helped me with the glitches I had :(. Thanks in advance.<br />
<br />
<!-- m --><a class="postlink" href="http://www.ultimate-reviews.net/templates/tabletime.html">http://www.ultimate-reviews.net/templat ... etime.html</a><!-- m --><!--content-->Not following your explanation...I see no black horizontal bar.<!--content-->What browser are you using? In IE7 and MSN Explorer the bar is there. I changed the background to red to help you see. Maybe it's just my computer?<!--content-->I think the problem has to do with margin problems. However, I can't find a way to readjust my tr margin. Any ideas on how to fix the glitch or force the space closed?<!--content-->It's not spacing on the TR tags. Those are gaps under your images.<br />
<br />
Images, Tables, and Mysterious Gaps (<!-- m --><a class="postlink" href="http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps">http://developer.mozilla.org/en/docs/Im ... rious_Gaps</a><!-- m -->)<!--content-->Oh my god! Thank you so much! That problem nearly caused me to commit suicide! display:block did the trick. Thanks so much for your help :)<!--content-->No probs. Glad I could help, and you didn't have to jump in front of a bus. :D<!--content-->...and you didn't have to jump in front of a bus. :D<br />
Eww! That's not how I'd wanna go. I'd rather die in my sleep my like grandfather, -not screaming in terror like his passengers. :eek:<!--content-->
 
Top