So,if you'd love to include this button on your blog,this post will show you how…
- Login toBlogger.
- Navigate to Templates » Edit HTML[Always remember to backup your template.]
- Check the box next to
Expand Widget Template and search for </head> by pressing CTRL+F. - Next,Copy-Paste the code below directly above/before it.
- Once done,search(again) for <p><data:post.body/></p>
- When found, Copy-Paste the following code snippet directly below/after it.
- Preview the template to avoid errors and thereafter, Save it.
<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>
#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>
<a href="javascript:window.print()">Print Page</a>
Tidak ada komentar:
Posting Komentar