Go to blogspot dashboard and click on << Template
<< Edit Html >>
Tick mark on " Expand Widget Templates " and
if you want to place a Chitika ad between title and post body , press " F
+ CTRL " and search this line .
<div
class='post-header-line-1'/>
If you want to place it on Left side
<b:if cond='data:blog.pageType ==
"item"'>
<div style="float:left;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
<div style="float:left;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
If you want to place it on Right side
<b:if cond='data:blog.pageType ==
"item"'>
<div style="float:right;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
<div style="float:right;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
If you want to place it at the Center
<b:if cond='data:blog.pageType ==
"item"'>
<div align="center">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
<div align="center">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
Save the template.
If you want to place Chitika ads on below the post so follow these commands. Go to blogspot dashboard and click on << Template << Edit Html >>
Tick mark on “Expand Widget Templates " and
Press " F + CTRL " and search this line .
<data:post.body/>
Now paste your desired code after this line and save template and see results .
If you want to place it on Left side
Now paste your desired code after this line and save template and see results .
If you want to place it on Left side
<b:if cond='data:blog.pageType ==
"item"'>
<div style="float:left;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
<div style="float:left;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
If you want to place it on Right side
<b:if cond='data:blog.pageType ==
"item"'>
<div style="float:right;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
<div style="float:right;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
If you want to place it at the Center
<b:if cond='data:blog.pageType ==
"item"'>
<div align="center">
Paste Your Converted Chitika Code Here.
</div>
</b:if>
<div align="center">
Paste Your Converted Chitika Code Here.
</div>
</b:if>
No comments:
Post a Comment