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...


Related Post:

  • 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… Read More
  • HOW TO ADD HTML ENCODE/DECODE TOOL WIDGET TO BLOGS.There are times whereby you might need to post an Html tag as plain text most especially for bloggers in “Blog niches”.It is also needed when a visitor has to write some codes in the comment box.Although,Blogger has really made it easier to post “htm… Read More
  • HOW TO ADD “ONLINE HTML CALCULATOR” TO BLOGS.Here's a quick tool-script you can add to your website/blog to display online calculator.Once a number or sign is clicked on,the page reloads with the option in the text area.Here's a demo of this online application. … Read More
  • HOW TO EMBED “WINDOWS MEDIA PLAYER” IN BLOGS.Writing a great article sometimes,isn't complete without embedding a video and/or an audio file to it.It is highly required when you are posting a practical tech-related tutorial or most times on a news niche,whereby the file makes the post even more… Read More
  • HOW TO ADD “WORD/CHARACTER COUNTER” TOOL TO BLOGS.In one of our previous posts,we discussed a topic which is “HOW TO ADD HTML ENCODE/DECODE-TOOL WIDGET TO BLOGS.”.And just as mentioned in that tutorial,the tool being made mentioned here was also provided by http://centricle.com.Many at times,you mig… Read More

Tidak ada komentar:

Posting Komentar