How to Add "Print this Page" Option to blogger.
* First go to your blogger Dashboard.
* Go to Design Tab and click edit HTML.
* Expand your Template.
* Now find </Head> by using ctrl+f .
* Before </head> tag copy below code and paste before it.
<style media='print' type='text/css'> #header-wrapper, #header, .header, #sidebar-wrapper, .sidebar, #footer-wrapper, #footer, .date-header, .post-meta-data, .comment-link, .comment-footer, #blog-pager, #backlinks-container, #navbar-section, .subscribe_notice, .noprint {display: none;} #main-wrapper {width: 95%} </style>
* Again Search <p><data:post.body/></p> Immediately after this line, paste below code
<b:if cond='data:blog.pageType == "item"'> <a href='javascript:window.print()'>Print this post</a> </b:if>
* Now save your template now your are done.
0 Responses So Far: