Add display none
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 23 Feb 2018 19:59:55 +0000 (14:59 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 23 Feb 2018 19:59:55 +0000 (14:59 -0500)
image making a white gap on footer.

footer.php

index 26560b1..a13e421 100644 (file)
@@ -109,7 +109,7 @@ var a = axel * 10000000000000;
 document.write('<img src="https://pubads.g.doubleclick.net/activity;xsp=4370295;ord=1;num='+ a +'?" width=1 height=1 border=0/>');
 </script>
 <noscript>
-<img src="https://pubads.g.doubleclick.net/activity;xsp=4370295;ord=1;num=1?" width=1 height=1 border=0/>
+<img src="https://pubads.g.doubleclick.net/activity;xsp=4370295;ord=1;num=1?" width=1 height=1 border=0 style="display:none;" />
 </noscript>
   </body>
 </html>