White Border Around my Page

liunx

Guest
Hi all. This is my first post. I recently built my first webpage using HTML kit and a book and I can't figure out why I am getting a white border (a rectangle) all around the outside of the table that holds my content. I have the table width set to 100% but I still get that border. Can anyone help by taking a look at my code? Not sure if my page url will be present in this post so my page is:<br />
<br />
<!-- m --><a class="postlink" href="http://www.calltheshotsvideo.com">http://www.calltheshotsvideo.com</a><!-- m --><br />
<br />
Any help would be greatly appreciated. Thanks!<br />
<br />
John in Washington :)<!--content-->hi john, welcome to the forums :)<br />
<br />
add this inbetween your <head> tags<br />
<br />
<style type="text/css"><br />
body {padding:0px;margin:0px;}<br />
</style><br />
<br />
<br />
<br />
<br />
:)<!--content-->Schweeet... I got it. Changed my CSS with your help. Thanks a lot. :cool:<!--content-->
 
Back
Top