SyntaxFix
Write A Post
Hire A Developer
Questions
Tables are odd elements. Unlike divs they have special rules. Add cellspacing and cellpadding attributes, set to 0, and it should fix the problem.
div
cellspacing
cellpadding
0
<table id="page" width="100%" border="0" cellspacing="0" cellpadding="0">