How to Add it to Blogger
Step 1: Login To Blogger Go To > Design > Edit HTML.
Step 2: Tick the "Expand Widget Templates" box
Step 3: Using CTRL+F, find the code below:
]]></b:skin>
Step 4: Just before the above code, copy and paste the code below:
.underpost {
margin:15px 0px 10px 0px;
padding:5px 0;
clear:both;
}
.underleft{
float:left;
width:265px;
margin-right:15px;
}
.underright {
float:right;
width:265px;
}
Step 5: Also Using CTRL+F, find the code below in your template:
<data:post.body/>
Step 6: Copy and paste the code below, exactly under the code above:
<b:if cond='data:blog.pageType == "item"'>
<div class='underpost'>
<div class='underleft'>
Paste the Left column ads code here
</div>
<div class='underright'>
Paste the Right column ads code here
</div>
</div>
</b:if>
Step 7: Save your template.The ads or codes which you will add will only appear on your post pages because of the conditional tags <b:if cond='data:blog.pageType == "item"'>
Cheers!
0 comments:
Post a Comment