Hi, Correct: http://contentwriters.us/order/login.php Incorrect: http://contentwriters.us/order/open.php You'll notice a white space above the header area on http://contentwriters.us/order/open.php. Compare the code, and they are almost identical. Can anyone tell me what's going on? Thanks!
Try adding a reset to the CSS, add it at the beginning of the CSS file * { margin: 0; border: 0; } it's a simple reset but may cure the problem for you as this just resets for all browsers.