zzyzx racing
11-12-2003, 03:00 PM
I am running vB 2.3.2, and phpAdsNew. I am not a programmer or hacker by any means. I also am not computer illiterate. I would just like to know what template(s) I need to place my source code in. I want the banners top and center on all pages. Any help is greatly appreciated. Thanks! Here is the code,
<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://www.rx8web.com/phpAdsNew/adjs.php?n=" + phpAds_random);
document.write ("&exclude=" + document.phpAds_used);
if (document.referer)
document.write ("&referer=" + escape(document.referer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://www.rx8web.com/phpAdsNew/adclick.php?n=a15b1f6e' target='_blank'><img src='http://www.rx8web.com/phpAdsNew/adview.php?n=a15b1f6e' border='0' alt=''></a></noscript>
How do I edit that to center it? Thanks!
<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://www.rx8web.com/phpAdsNew/adjs.php?n=" + phpAds_random);
document.write ("&exclude=" + document.phpAds_used);
if (document.referer)
document.write ("&referer=" + escape(document.referer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://www.rx8web.com/phpAdsNew/adclick.php?n=a15b1f6e' target='_blank'><img src='http://www.rx8web.com/phpAdsNew/adview.php?n=a15b1f6e' border='0' alt=''></a></noscript>
How do I edit that to center it? Thanks!