HTML Gap Between Tables Please Help!?
How do I get rid of this huge gap between my tables? I do not have <br></br> in between any of the tables; however they still appear!!! Please help!!! It's the NFL standings. Thank you for your time!
http://maddennightfootball.ipbfree.com/index.php?act=idx
Heres a copy of the code: Since I can't post the full one here:
http://www.thescripts.com/forum/thread694857.html
Public Comments
- can you paste the code? its either <BR>, <P>, or could be borders pr cell padding on the tables, check the <table> <tr><td cellspacing> or <td cellpadding>
- The code you have shown on that page does not match the code that the page is actually using. Maybe you made a change and it didn't upload correctly? For one thing, in the code you pasted on that page, I see this: </TABLE> <HTML><TABLE BORDER="2" BGCOLOR="#666666" CELLSPACING="0" CELLPADDING="3"> <TR> <TH><b><span style="color:black">NFC Conference</span></b></TH> Why do you have an HTML tag in the middle of the page? When I look at the maddennightfootball page, right click, and choose "view source", this is what I see: <td class="row4"><b><a href="http://maddennightfootball.ipbfree.com/index.php?showforum=183"> NFL Standings</a></b> <br> <span class="desc"><br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br><br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br><br> <br> <br> <br> <br> <table bgcolor="#666666" border="2" cellpadding="3" cellspacing="0"> <tbody><tr> <th><b> <span style="color: black;">NFC Conference</span></b></th> Not sure why your code is soooo different, but on the page I see from your first link, according to the source code, there are a lot of <br> tags, as you can see. That's what's causing your gaps. E-mail me if you like, and I'll try and help if I can.
Powered by Yahoo! Answers