Hi, I just fixed a spacing bug on a HTML page I have inherited - and I worked out in the end that on that particular page this being at the top of the page was pushing the layout out;
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
I understand that it's good sometimes to place javascript right at the end of the Doc, but in this case Im wondering if moving this will cause any problems - it certainly fixes the layout ! Thanks