google ads between archive and prev post classic templates


   Site Map

Thursday, August 11, 2011

google ads between archive and prev post classic templates

Share
Today I will explain how to put google ads between the previous posts and archive. If you are interested Anka may be able to put google ads on your blog anywhere between widgets. For this tutorial I would like to enter before the previous post widget.
For the search Previous Posts in your HTML code.
if it has met paste html code below on the Previous Posts

<div>
<table border="0" width="100%">
<tbody>
<tr>
<td align="left" valign="top">
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxx";
google_ad_host = "pub-xxxxxxxxxxxxx";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "ffffFF";
google_color_link = "2E60A9";
google_color_bg = "ffffFF";
google_color_text = "666666";
google_color_url = "2E60A9";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
</tbody>
</table>
</div>

save your html code

Labels: ,