This method i think you are have done to know.But as i like to share in here.. so let,s share and fun.The method like this.
1. open your blog with your Email and get login
2.Go to design template
3.click expand the widget
4. search this code script ]]></b:skin>
5.and let's paste this copy before that code
.breadcrumbs {
padding:5px 5px 5px 0;
margin: 0 0 5px;
font-size: 80%;
line-height: 1.4em;
border-bottom:1px double $bordercolor;
}
6.The next step search this code <b:if cond='data:post.title'> like the first found
7.if it found paste this code after that code
<b:if cond='data:blog.pageType == "item"'>
<div class='breadcrumbs'>
Browse » <a expr:href=blog.homepageUrl'>Home</a> » <b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'>
<a expr:href=label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'> , </b:if>
</b:loop>
</b:if> » <data:post.title/>
</div>
</b:if>
8. Don't forget save your template and make enjoy hehhehe...... ^_^
I hope your are like this post and give your comment have fun and enjoy ^_^