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.
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):