As when i started using this trick many readers of mine started mailing me to blog about this trick,so today i am just going to let you know how to make your labels look like tags.
First of all i would like to tell you that,this trick was first used by woork in his blog template design.You can check his blog also for this demo of tags.So i have taken this trick from his blog template.If you liked woork template design you can use the similar design like him from here.The other widget you must get on is image slider and Popular Post Widget.

Now lets continue on how to implement this hack.
Advice To Backup Blogger Template.
Just Log in To Blogger > Got to Layout > Edit/Html > Expand Widgets > Ctrl+F and search for
]]></b:skin> and add the below codes before it.
div.tag{font-size:11px; padding-top:5px; color:#999999; margin-bottom:10px;}
.profileImage{float:left; margin:3px 6px 2px 0px; background:#FFF; padding:4px;}
.post-tag{font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; margin-bottom:10px;}
.post-tag a:link, .post-tag a:visited{color:#666; text-decoration:none; font-style:italic;}
You can change css properies like color and font yourself in above codes to adjust your blog.
Now search for below codes and add the red codes after it like i have shown below.
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
<!-- TAG -->
<div class='post-tag'> <b style='border-right:solid 1px #CCCCCC; padding-right:10px; margin-right:10px;'>Tag</b>
<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'> <a expr:href='data:label.url+ "?max-results=10"' rel='tag' style='border-right:solid 1px #CCCCCC; padding-right:10px; margin-right:10px;'>
<data:label.name/>
</a>
<b:if cond='data:label.isLast != "true"'/>
</b:loop>
</b:if>
</div>
Now Preview your design if its ok then save your template.
There's little css defined in above codes so you can change them also to your wants.
I hope you will install it successfully because it doesn't seem as difficult you might have thought looking at it.Enjoy these tags.








hi can u tell me how to upload my own ebook collection in my blog?
Just host it on any free hosting site like ziddu.com and provide the link on blog to download.
Can you find any way to create a sub categories..i.e labels inside the label,,,,
plz help me i relly need it>>>>>>>Can you???
i want to create a category named as "Bollywood" and want to create sub categories inside the "Bollywood category" for each actress....
to view my problem visit my site: picsnaps.blogspot.com
can you help me?????>>>>>
Awesome Blog Dude i really Liked IT !!!
@M.NAJAM Just to make your blog look like having subcategories ,You can use just one trick for example you are creating one new post,whle publishing it just give it the category Bollywood Then alos give it the subcategory of bollywood like Katrina Kaif and publish it.
Now just make ur category and subcategory links add manually instead of showing it from blogger labels widget.