The current content of the div called aside is this
Code:
<div class="adside">
<center><script type="text/javascript"><!--
google_ad_client = "pub-8687670915669553";
google_alternate_color = "FFFFFF";
google_ad_width = 120;
google_ad_height = 90;
google_ad_format = "120x90_0ads_al_s";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "000000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center> </div>
change this with the following code
Quote:
<div class="adside">
<center><a href="http://linkedpage.com" target="_blank"><img src="pathoftheuploadedbanner/banner.jpg"/></a></center> </div>
|