Hi There!
My name is Nuno Cunha, and this is one of my first posts....
I need help, because I'm not an expert in coding, and my hosting company says that I have to have a small banner ad in every page of my website....
My question is if someone can help do this... I use the theme hardwired in my webpage http://www.djnunocunha.pt.vu under "photos".
I want to place the following ad code in the header of this theme...Is it possible?
Thanks in advance...
<script language='JavaScript' type='text/javascript' src='http://x10hosting.com/advert/adx.js'></script>
<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:2&target=_blank");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://x10hosting.com/advert/adclick.php?n=a4f0eec1' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:2&n=a4f0eec1' border='0' alt=''></a></noscript>
Sure, just copy paste it into your theme's template.html where you want it to appear.