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

 On Selasa, 23 Oktober 2012  

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.
HOW TO ADD A “PRINT PAGE” BUTTON TO BLOGGER BLOGS. 4.5 5 Unknown Selasa, 23 Oktober 2012 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...


Tidak ada komentar:

Posting Komentar