Sounds like your putting it after the wrong body tag.
Navigate to the bottum of your html and place it after the very last <body> tag.
If you put it at the top of the page you are infact placing it within the body so it will show in your site.
if you need to see it look at my site in your browser and use your options to display the source code, you will see my counter at the foot of the page under the last <body> tag.
http://www.wildimaging.com
Hope that helps.