Tables Alignment

liunx

Guest
I'm trying to get a table to be aligned all the way to the left and top of the browser with no edges showing the background color. So, basically the html page will be flush against the top left coner of the window. Using the align left and align top tags doesn't seem to work. Does anyone have a suggestion. For an example go to <!-- m --><a class="postlink" href="http://www.sergeeustache.com/Main.htm">http://www.sergeeustache.com/Main.htm</a><!-- m --><!--content-->Try setting your body tag like this<br />
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><!--content-->
 
Back
Top