View Single Post
  #7 (permalink)  
Old 02-06-2008, 11:17 AM
Bagi Zoltán's Avatar
Bagi Zoltán Bagi Zoltán is offline
Boss Cart consultant
1115 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 8
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,605
Thanks: 4
Thanked 79 Times in 14 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

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>
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Reply With Quote