How To Install The PPC Ads In The Middle Of Each Post

After the previous post about "How To Placing PPC Ads on Post Area". Now I'll discuss a little about "How to install the PPC ads in the middle of each post". The advantage of PPC ads in the middle of each post is an advertisement will appear in the middle of each post, and does not make you rush to paste the adsense code with a manual in the midst of posting. And the following steps:

1. First, login to blogger with your account.
2. Sign in to DesignEdit HTML. Then, click the checkbox on the "Expand Widget Templates".
3. Then, locate the following code.
     <data:post.body/>
If you find 2 <data:post.body/> code. Then choose the second.
4. Then, change / replace the code <data:post.body/> with the code below .
<div expr:id='"iklan1" + data:post.id'></div>
<div style="clear:both; margin:10px 0">
<!-- your code PPC ads put here! -->
</div>
<div expr:id='"iklan2" + data:post.id'>
<data:post.body/>
</div>
<script type="text/javascript">
var obj0=document.getElementById("iklan1<data:post.id/>");
var obj1=document.getElementById("iklan2<data:post.id/>");
var s=obj1.innerHTML;
var t=s.substr(0,s.length/2);
var r=t.lastIndexOf(" ");
if(r>0)
{obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+1);}
</script>

    Note: The bold code above, replace the code PPC ads are already in Parse pal / Encode, for more details
Encode the Parse and get in on the previous page (Read: How To Placing PPC Ads on Post Area)

5. If so, click "Save Template". And see the results ..

So, and good luck