Although it may seem like a straightforward issue, I am struggling to make it work. Despite browsing through numerous similar questions, I have not been able to find a solution.
Is there a way to eliminate the white space between two tables without resorting to a negative margin? I have experimented with various settings on both the table and body elements, such as:
margin:0;
padding:0;
display:block;
You can test it out using this fiddle: http://jsfiddle.net/sznurkqo/
Appreciate any help!