1.Log in to your dashboard--> Desing- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see </head> tag.
4.Now add below code before </head> tag.

.animate({
width: '50px',
height: '52px'
}, 220);
$(".msg_block").stop()
.animate({
width: '50px',
height: '50px'
}, 200);
});
});
</script>5.Now find </body> tag.
6.add below code before </body> tag.
<div id='pageflip'><a href='http://www.bloggertricksandtoolz.com/feeds/posts/default'><img alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5xwRTONTmGcP-hAujlqLqon7OZvBf-Re6UcetlJB2RW9PrSw7K-qtRBSep6UmCtPn69Gmas_uYJhy0pNfahwnUGW_Jp4KCjxIOCJiTUjaF468IHJl6f6rquJ2ZXWCzecMYrIRRIvpCRY/'/></a><div class='msg_block'></div></div>7. Click On "Save Template" You are done.
Cheers.!




0 comments:
Post a Comment