I am trying to show show google ads "outsinde" the content so I changed following in the index.php
to build a table arround the "Main stuff" in the body tag.echo "</head>\n\n<body".$content["body"]."> <table width='100%' border='0'cellspacing='0' cellpadding='0'><tr><td></td><td>\n";
first row content
nothing | Main | nothing
second row content
nothing (colspan3)
hope you guys understand my drwing
other change in the bottom of index.php
to show google ad I need to fill following JS code into the place where THECODEHERE is.echo "</td><td>THECODEHERE</td></tr><tr><td colspan='3'></td></tr></table></body>\n</html>";
Here the JS
I tried to get it in but always run into errors. Please help. thank you.
<script type="text/javascript"><!--
google_ad_client = "pub-7670979206973772";
google_alternate_color = "CCCCCC";
google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";
google_ad_channel ="";
google_color_border = "FF0000";
google_color_bg = "FFFFFF";
google_color_link = "FF0000";
google_color_url = "333333";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
one.ck