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 ma
I had this once too: the solution was to set the body's margin and padding to 0. (Perhaps width to 100% helps too.)