If you want to add profile image or any image at the post titles in blogger.you can add a logo or your image and make the visitors to know landmark of your image.see this can make attractive for some blogger templates.Select a small size logo and add it to your blog.If you thought how to add profile picture after post title or before post title,then below tutorial is very useful for your ideas.
Part1
Edit Html
2.Search for below code using ctrl+f
.post h3 {
color: #7CA2C4;
font-size: 20px;
font-family: Arial, sans-serif;;
font-weight: normal;
margin: 0px;
padding: 0px 10px 0 47px;
}
Part2
3.Replace above with below code
.post h3 {
background:url(IMAGE LINK OF YOUR PROFILE PIC) no-repeat top left;
color: #289728;
font-size: 20px;
font-family: Arial, sans-serif;;
font-weight: normal; height:45px;
margin: 0px;
padding: 0px 10px 0 47px;
line-height:1.1em;
}
4.Save Template.
good tip -- http://www.searchengineterra.blogspot.com
ReplyDelete