How To Place Chitika Ads


outsourceing tips


Go to blogspot dashboard and click on << Template << Edit Html >>


outsourceing.blogspot.com



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'/>

outsourceingtips.blogspot.com


 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>

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>


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>

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 >>


outourceingtips.blogspot.com


Tick mark on “Expand Widget Templates  " and  Press " F + CTRL " and search this line .
outsourceingtips.blogspot.com



<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
<b:if cond='data:blog.pageType == "item"'>
<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>


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>



No comments: