How to add an Image Next to Blogger Post Title:
We can add an image next to post titles in your blogger blog.By adding image related to your post next to post titles visitors can easily get some clarity about that post.
step 1 : go to blogger dashboard
step 2 : click on template
step 3 : click on edit html and tick expand gadget templats box
step 4 : look for /* Posts
add below code under posts section
.post h3 {
background:url(http://www.midphase.com/blog/wp-content/uploads/2010/05/SEO.JPG) no-repeat top right;
color: #2CB1C7;
font-size: 10px;
font-family: Arial, sans-serif;;
font-weight: normal;
margin: 0px;
padding: 0px 10px 0 35px;
}
step 5 : click on save template.
Follow below steps to add an image next to your post title in blogger.
step 1 : go to blogger dashboard
step 2 : click on template
step 3 : click on edit html and tick expand gadget templats box
step 4 : look for /* Posts
----------------------------------------------- */
add below code under posts section
.post h3 {
background:url(http://www.midphase.com/blog/wp-content/uploads/2010/05/SEO.JPG) no-repeat top right;
color: #2CB1C7;
font-size: 10px;
font-family: Arial, sans-serif;;
font-weight: normal;
margin: 0px;
padding: 0px 10px 0 35px;
}
step 5 : click on save template.
0 Response to "Add An Image Next To Blogger Post Title"