How To Add Icon Image Before Blogger Post Title

Posted by Lasantha Bandara on June 27th, 2009 File Under : background, change template, html, image, post0 Comment

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:

<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>

4.Now copy below code .

<img src="YOUR-IMAGE-URL" style="border-width: 0px;" />



Note :
Remember to replace YOUR-IMAGE-URL with your real image url.

5.Now paste it between <a expr:href='data:post.url'> and <data:post.title/> .

6.Now save your template and you are done.

File Under : background, change template, html, image, post

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.