How To Hidden Blogger Header and Replace Image Instead

1.Log in to your dashboard--> layout- -> Edit HTML2.Scroll down to where you see this:#header-wrapper {width:800px;margin:0 auto 10px;border:1px solid $bordercolor;}Note :- width:660px can be different value.3.Now Replace the above code with the below code.#header-wrapper {width:800px;margin:0 auto 10px;border:1px solid $bordercolor;display:none;}Done....
Continue Reading...

How To Add New Layout below Header in Blogger

1.Log in to your dashboard--> layout- -> Edit HTML2.Scroll down to where you see this:  </head>3.Add below code into your template just above the </head> tag.#belowheader-wrapper {width:890px;margin:0 auto 10px;overflow: hidden;}Note : You can change width:890px to equal the width  to your Header wrapper.4.Now Scroll down...
Continue Reading...

How to Add “Save Page as PDF” button to Blogger blog

1.First Sign up with Web2PDF.2.Now Configure your "Save Page as PDF" button and click ‘Generate the JavaScript’ button.3.Then a Javascript code will be generated. Copy This code.Now follow these simple steps :(a)Log in to your dashboard--> layout- -> Edit HTML(b)Click on "Expand Widget Templates"(c)Scroll down to where you see this:<p><data:post.body/></p>(d)Immediately...
Continue Reading...

How To Redirect Blogger URL To Another URL

1.Log in to your dashboard--> layout- -> Edit HTML2.Scroll down to where you see this:  </head>3.Add below code  into your template just above the </head> tag.<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>It should Look Like This.<head><meta http-equiv="refresh" content="0;url=http://yournewurl.com"/></head>4.Replace...
Continue Reading...

How To Remove Label Posts Count From Blogger

To remove the label count just follow the below simple steps:- 1.Log in to your dashboard--> layout- -> Edit HTML2.Click on "Expand Widget Templates"3.Scroll down to where you see this:<span dir='ltr'>(<data:label.count/>)</span>4.Now delete above code.5.Click on "Save Templates" and Refresh your site.var addthis_pub="wam8387";var...
Continue Reading...

How To Add Image Hover Effect to Blogger

1.Log in to your dashboard--> layout- -> Edit HTML2.Scroll down to where you see </head> Tag3.Copy and Paste below CSS code above </head> Tag<style type="text/css">a.linkopacity img {filter:alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;-khtml-opacity: 0.5;}a.linkopacity:hover img {filter:alpha(opacity=100);-moz-opacity: 1.0;opacity:...
Continue Reading...
 

Blogroll

Site Info

Text

ProBlogger Copyright © 2010.