Hi ciwee,
Thanks for the reply. I have one problem with the coding. The adsense appears fine but the image will only show the url path and not the actual image.
Here is the code I am using:
<table>
<tr>
<td>
http://www.traderslaboratory.com/Pic...treetretro.jpg
</td>
<td>
<script type="text/javascript"><!--
google_ad_client = "xxxxxxxx";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2006-11-19: Postbit
google_ad_channel = "7930041287";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
How can I fix this to show the images? Thanks