I saw that error on other pages - I removed the extra> and google ad still not showing. What else could it be?
Take it eassy, let's chack it out.
Here is your problem:
Code:
<TD align="center" valign="bottom" BGCOLOR="#FFFFFF" bordercolor="#800080" width="702" height="66"
the tag on your last cell is open, that happen when you insert your script inside tag of the cell in Bluevoda, so to solve this problem you have to adjust your script little bit, make it like this:
Code:
><script type="text/javascript"><!--
google_ad_client = "pub-1161257185236030";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "99CC66";
google_color_bg = "FFFFFF";
google_color_link = "990099";
google_color_url = "FF3399";
google_color_text = "990099";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script
the first ">" will close the code of the cell and the last "</script" will be automatic clossed by original tag of the cell.
Try! and good luck