Update - I have recently added a post showing Print Friendly And PDF Buttons For Your Blog Posts.
Icon Preview
This is the icon you will be adding :

Steps To Make Your Posts Available To print
Adding The Print Page Code
1.Click Layout-->Edit html for your blog
(Tick the 'Expand Widget Templates' box)
2.Find the following piece of code in your blogs html :
</head>3.Add the code below Directly Before </head>
<style type="text/css" media="print">
#noprint {display: none;}
// Hide unwanted elements
body {background:fff; color:000;}
// Black text on White background
a {text-decoration: underline; color:00f;}
//Underline Hyperlinks in blue
}
</style>Add The Print Icon
1. Now Find this piece of code in your blogs html :
<data:post.body/>2.Add the following piece of code Directly Below <data:post.body/>
<a href='http://www.spiceupyourblog.com'><img alt='Best Blogger Tips' src='http://3.bp.blogspot.com/_rKG-ziTSNUQ/TQ5eV0U0EiI/AAAAAAAACik/xo2eFaDbfrE/s1600/best+blogger+tips.png'/></a><br/><center><a href='javascript:window.print()'><img src='http://4.bp.blogspot.com/-sDWF6NT0Pdw/TXeh_SjVvEI/AAAAAAAAC98/VYe73Fl-MGo/s320/print-this-page.png'/></a></center>I think the image i have used as the icon is perfect but if you want to use a different image replace the image code with your image :
http://4.bp.blogspot.com/-sDWF6NT0Pdw/TXeh_SjVvEI/AAAAAAAAC98/VYe73Fl-MGo/s320/print-this-page.png
Now click save and your Blog is ready to print with a cool new button.Drop your comments, views and questions below.
If You Enjoyed This Post Please Take 5 Seconds To Share It.






4 comments:
Asking a question ? Make sure to click the subscribe by email link below the comment form to get notified of replies !