forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: mooey1232003 on December 20, 2005, 03:44:29 pm

Title: Help with placing ads
Post by: mooey1232003 on December 20, 2005, 03:44:29 pm
Can someone please place these ads for me in the right spots.The red is where the ads go.

Code: [Select]
<!----- 468*60 banner -------->
<script language="JavaScript" src="http://www.paid-to-promote.com/banner.php?zoneid=187572&uid=14419&type=ban" type="text/javascript"></script>
</td></tr></table>
<table align="center" border=0>
<tr><td>

Code: [Select]
<!--- Paid-To-Promote.com Leader Board Ad //-->
<script language='JavaScript' type='text/javascript'>
<!--
var awrz_rnd = Math.floor(Math.random()*99999999999);
var awrz_protocol = location.protocol.indexOf('https')>-1?'https:':'http:';
if (!document.phpAds_used) document.phpAds_used = ',';
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write (awrz_protocol+"//www.paid-to-promote.com/adserver/adjs.php?n=a605af20");
document.write ("&zoneid=141034");
document.write ("&exclude=" + document.phpAds_used);
document.write ("&loc=" + escape(window.location));
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ('&r=' + awrz_rnd);
document.write ("&ct0=" + escape(document.phpAds_ct0));
document.write ("'><" + "/script>");
//-->

Code: [Select]
<!--- Paid-To-Promote.com Wide Sky Ad //-->
<script language='JavaScript' type='text/javascript'>
<!--
   var awrz_rnd = Math.floor(Math.random()*99999999999);
   var awrz_protocol = location.protocol.indexOf('https')>-1?'https:':'http:';
   if (!document.phpAds_used) document.phpAds_used = ',';
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write (awrz_protocol+"//www.paid-to-promote.com/adserver/adjs.php?n=a00ed483");
   document.write ("&zoneid=187570");
   document.write ("&exclude=" + document.phpAds_used);
   document.write ("&loc=" + escape(window.location));
   if (document.referrer)
      document.write ("&referer=" + escape(document.referrer));
   document.write ('&r=' + awrz_rnd);
   document.write ("&ct0=" + escape(document.phpAds_ct0));
   document.write ("'><" + "/script>");
//-->
</script>
<!--- Paid-To-Promote.com Wide Sky Ad //-->



(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fimg498.imageshack.us%2Fimg498%2F9892%2Funtitled11uk.th.jpg&hash=1f03faf0fcc489dd04627a3d4cad1ea8732e44c6) (http://img498.imageshack.us/my.php?image=untitled11uk.jpg)



The theme link is http://internap.dl.sourceforge.net/sourceforge/coppermine/cpg1.4.x_theme_powerbookg4_1.5.zip
Thanks :)
Title: Re: Help with placing ads
Post by: donnoman on December 22, 2005, 05:25:39 pm
those can all go in your template.html.

I would suggest creating a table that wraps around the content thats currently between <body> and </body>