Whenever you add any HTML tags in side a blog post, they wont be displayed in the post once published. It is because, the all the post content will be published as encryption and it can not understand the HTML tags. So to add HTML tags, the content should be made understood by the encryption. This can be done by any adsense code converter to change the tags to the equivalent encrypted text. I normally use eBlogger for this and here is the link.
If you have any questions, please leave them in the comments.
Just to share what I learn and feel as interesting about computers,Internet etc. or IT in short. Hope you would have a happy stay.
Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts
Friday, April 2, 2010
How to add Adsense at the top left/right in a blogger post
Here I want to tell you how to add the google adsense Ads at the top in a blog post.
First, sign in to blogger.com. Then select 'Layout' link for the blog.
Next click on 'Edit Html' tab.
Before proceeding I request you to take a backup of your existing template in case if anything goes wrong.
select 'Expand Widget' check box and then search for '' in the template.
Once you find it place the adsense code in the template as I showed below.
<div class='post-body entry-content'>
<div style="float:left;">
YOUR CODE HERE
</div>
<data:post.body/>
Add the 'div' tag just above the 'post.body' tag. Then add your adsense code to replace the text 'YOUR CODE HERE'. The adsense code should be changed to embed in the template. you can do that here.
First, sign in to blogger.com. Then select 'Layout' link for the blog.
Next click on 'Edit Html' tab.
Before proceeding I request you to take a backup of your existing template in case if anything goes wrong.
select 'Expand Widget' check box and then search for '' in the template.
Once you find it place the adsense code in the template as I showed below.
<div class='post-body entry-content'>
<div style="float:left;">
YOUR CODE HERE
</div>
<data:post.body/>
Add the 'div' tag just above the 'post.body' tag. Then add your adsense code to replace the text 'YOUR CODE HERE'. The adsense code should be changed to embed in the template. you can do that here.
Subscribe to:
Posts (Atom)