Add print button in your Blogger Blog
Simple you do first thing, first you need to login into your blogger blog Dashboard. If your website is hosting on blogger then this step is essential. After logging in, you need go to your blog then Template>> Edit HTML>> Search for <div class='post-header-line-1'/> and just above it paste the mentioned code. When you fulfill your task, press Save Template to compete your process.
<div style="float: left; padding-left: 10px;">Everyone like different color button so now you can give beautiful touch, you just need to customize it with a little bit of CSS. There are plenty design software’s available over internet, you just select any software and then create any kind of image using your select designing software and can simple implement the modest CSS to make it work. Here I show you my print it button design example which I made.
<a href="javascript:window.print()" rel="nofollow">Print this Article</a></div>
<div style="float: left; padding-left: 10px;">
<a href="javascript:window.print()" rel="nofollow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwV4iw9wIE6YY0uXVIVyxpXUb_s7gJSjiZeChorNtklPr2z3NL216dX1L7aZ69Y6rHeNNwVh66id0AOXyI05pCPPyHRDO74gqg3eDLsvwG5iXTVHb_HElygjAw2QmF9VQpuOaY4uZIWiU/s1600/Print+Out+icon.gif" /></a></div>