Monday, January 17, 2011

How Make Page Peel Effect Add For Blogger

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: &#39;50px&#39;,
height: &#39;52px&#39;
}, 220);
$(&quot;.msg_block&quot;).stop()
.animate({
width: &#39;50px&#39;,
height: &#39;50px&#39;
}, 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