Search This Blog

23.10.12

0 HOW TO ADD A “PRINT PAGE” BUTTON TO BLOGGER BLOGS.

Adding a “Print Page” button to a blog is another way of generating little traffic to it,as visitors are given the option to print an entire article without stress,and by so doing can boost the traffic of your blog through Word-of-mouth,online forums etc.

So,if you'd love to include this button on your blog,this post will show you how…

  1. Login toBlogger.
  2. Navigate to Templates » Edit HTML[Always remember to backup your template.]
  3. Check the box next to
    Expand Widget Template
    and search for </head> by pressing CTRL+F.
  4. Next,Copy-Paste the code below directly above/before it.
  5. <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>
  6. Once done,search(again) for <p><data:post.body/></p>
  7. When found, Copy-Paste the following code snippet directly below/after it.
  8. <a href="javascript:window.print()">Print Page</a>
  9. Preview the template to avoid errors and thereafter, Save it.
That's all.
«PREVIOUS NEXT» ¤HOME¤

Be the first to reply!

Leave your comments behind!!

If you experienced any difficulty understanding this post,do tell us. But,please do not spam.
Your suggestions are also very valuable to us. Thanks...
The Author.

Leave your comments.

If you need reply to your comments,please do not comment as `Anonymous`
Found a Dead or Unresponsive link?, Kindly inform us using the Comment Box.

 
[GET THIS]