Best way to stretch table?

liunx

Guest
I have a test page/graphic here:<br />
<!-- m --><a class="postlink" href="http://www.lemosnet.com/work/untitled.htm">http://www.lemosnet.com/work/untitled.htm</a><!-- m --><br />
<br />
I have the table up top split into 3 columns and I want it to fill 100% of the page. Take a look at the source code. <br />
<br />
You'll notice when the page comes up that the table is up top but on the right theres a small gap. But if you refresh the page it then stretches the table all the way to the outside so there is no gap.<br />
<br />
I'm wondering if I am setting up this table wrong or if there is a better way to do what I am trying to do that is friendly in the most recent browsers?<br />
<br />
Your suggestions are welcome, thanks!<!--content-->it looks fine in Mozilla. but try adding this to your style rules in the <head>:<br />
<br />
body {margin:0px;}<!--content-->
 
Back
Top