It looks like you are working with a scripted site. I verified that the code above does produce the image you linked to.
Why don't you try doing it this way. Save that code above to a file which I am going to call banner.php (you name it anything you like). Upload that file to the server in the same directory as the file you want to change.
Make a backup copy of whicever file you are trying to change. Then open whichever file you are working with trying to change the code, find and delete the text shown below. Don't delete anything except what I have in the box below. The top google ad is located just after these lines
<div class="coin_b_d" style="float:left;">
</div>
</div>
</div></div><div align="center">
Quote:
<script type="text/javascript"><!--
google_ad_client = "pub-*****obscured********355";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "6699FF";
google_color_bg = "6699FF";
google_color_link = "333333";
google_color_text = "000000";
google_color_url = "000000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
|
In the same place where that was enter the text from the next box using the filename you chose if it was not banner.php.
PHP Code:
<?php include("banner.php"); ?>
After you save and upload the file, your banner should appear.
Your google ads should be in the footer. If those are gambling links you may want to review G's TOS before you do this.
|