Basically, I have a table on my website that wont fit 100% width of the browser screen. Even when i change the width to 110% it simply overlaps the right side but still has a margin space on the left side( the outer space of table). I want the table to be completely pressed against the browser screen from left to right with no space or border at all. how do i do this? i have tried everything and it still wont work. i even tried negative margin and paddingplease help i am losing my mind. here is the code i have:\[code\]<table bgcolor="#DBD9D9" rules="none" border="0" width="110%"cellspacing="0" cellpadding="0"> <tr> <td>TEXT HERE</td> </tr></table>\[/code\]UPDATE: i added the css code to the header like colin suggested and it still doesnt work. body {margin:10px;} table {margin:0 -10px;}