Table in blog post help

Discussion in 'HTML & Website Design' started by abdulw11, Dec 20, 2007.

  1. #1
    I used a table in the following post http://www.banglafootball.net/2007/03/clubs.html but as you can see, it has left a huge white space top of it. I don't know how to fix it, there is no code above the table so I'm guessing the table is creating it.

    Please help, I'm not that knowledgeable in html.
     
    abdulw11, Dec 20, 2007 IP
  2. martinmarzejon

    martinmarzejon Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you referring to the white space found under the "Clubs" heading?

    If so, your problem is not the table, but the many line breaks before the table.

    Take a look at this code...

    
    <div class="post-body entry-content">
          <p></p><center><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><table border="0"><tbody><tr><td><center>[B]IMAGES WERE HERE[/B]</center></td></tr></tbody></table></center>
          <div style="clear: both;"></div> 
        </div>
    
    Code (markup):
     
    martinmarzejon, Dec 20, 2007 IP