I can't seem to remove the gap at the top of my site: http://www.recapturetraffic.com I want the table to be flush with the top of the window like it is at the bottom. Any ideas?
Just add in your head tags <style type="text/css"> body { margin:0px auto; } </style> Code (markup): Also that popup was extremely annoying and would make anyone leave your site straight away.
Not only that, but your page has 45 HTML validation errors, no DOCTYPE, and just so you know, your script is not working properly in Opera.
The gap is created by a script you put on the top of the page, outside the body tag and header tag. <!-- ExitGrabber.com Code Begins --> <script> ... </script> <!-- ExitGrabber.com Code Ends --> Code (markup): I suggest to move it elsewhere or wrap a div around it and assign a style="display:none" to the div. Hopefully this will also get rid of the annoying css popup.