As many of the posts here are tutorials, I thought it would be useful for readers to print off individual blog posts for future reference. Sure, it would be possible for a reader to choose the "print" option from their web browser window, but this would have printed the header, sidebars and other irrelevant sections of the blog, wasting paper and ink and time.
Using a combination of CSS and JavaScript, I've developed a simple yet effective method of printing only the blog post (and comments) from each blog page.
In this post, I'll explain how you can also add effective print functionality to your Blogger posts in just two simple steps.
To get an idea of what this post would appear like when printed, use the "Print Preview" function in your web browser. Whereas the current page appears colorful and includes the header, sidebars and other elements of this template, printed pages from this blog will appear like this instead:
As you can see in this example:
- The header and sidebar sections do not appear
- Text is black printed against a plain white background
- The post spans the width of the printed page
- The post retains images and formatting
- Only the necessary areas will be printed!
How to install effective printing format for your Blogger posts
Although it took me a few attempts to ensure my posts would print in this way, I have created this tutorial to make it simple and fast for you to install in your own blogs.
There are only two steps to add this functionality to your own Blogger template:
- Add a few lines of CSS code (to make printed pages appear in this way)
- Add one line of JavaScript beneath your posts (which creates a link for readers to print the post)
There are a few different options for the style of the print link, as I'll explain below.
Add CSS Style Code to your Blogger Template
To add the print styling code to your Blogger template, simply go to Layout>Edit HTML in your Blogger dashboard, and search for the closing </head> tag.
Immedietly before this line, add the following lines of code (copy and paste this directly to your Blogger template):
<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>
If you like, you can preview your blog before saving. On this preview page, you'll be able to see the print preview displays only your blog posts (not the sidebar or other unwanted areas).
Finally, save your template.
Add a "Print this post" link
To notify your readers that your posts can be printed effectively, you'll probably want to add a "Print" link beneath each of your Blogger posts.
I've created three different styles for the print link, so you can choose the option which works best for your overall design.
To add the print link, go to the "Edit HTML" page again, and this time ensure that you've ticked the "expand widget templates" box.
Now search for this line:
<p><data:post.body/></p>Immediately after this line, paste one of these three sections of code:
For a simple text link:
<b:if cond='data:blog.pageType == "item"'>
<a href='javascript:window.print()'>Print this post</a>
</b:if>For a button link
<b:if cond='data:blog.pageType == "item"'>
<form>
<input type="button" value="Print This Page" onClick="window.print()" />
</form>
</b:if>For a snazzy link with printer icon
<b:if cond='data:blog.pageType == "item"'>
<span style='background: url(http://bloggerbuster.com/images/print.gif) left no-repeat; padding-left: 20px;'><a href='javascript:window.print()'>Print this post</a></span>
</b:if>Once you have added this code, save your template. These links will only be visible on post pages (to enable visitors to print the full post and any comments which appear beneath the post), so visit one of your post pages to see the link in action.
You can see an example of the print link near the bottom of this post. If you click on this link, you will be prompted to print this entire post (and comments) using your default printer.
Why it may be useful to enable printing for your Blogger posts
If you publish tutorials or lengthy content, your readers may benefit greatly from being able to print and read your posts offline.
Using the methods outlined here, readers can print only the content of your posts, and not the unnecessary distractions of the sidebar, footer and header sections (which saves on paper and printer ink too!).
You may also want to print off your blog posts for your own benefit, such as to back up your posts in print format, or to demonstrate your abilities in a print portfolio.
Unlike other plugins I have come across, this method also allows you to print any comments under your post too. Comments can add a great deal of value to blog posts, and may contain reader insights which are not included in the body of the post itself.
I hope this tutorial has been useful for you! Please feel free to print this off for future reference ;) and as always your comments are most welcomed.





you did it again!!
ReplyDeleteI have many prints from this blog !!!
now it will be more easier :D
ops... I´m Davmig
ReplyDeleteforget to change my account :S
Thanks yet again Amanda! I'm going to keep an archive on hard copy.
ReplyDeleteOnly at the moment the post is printed on two pages, with the first one empty, but for the blogger top line with search blog, flag blog etc.
You don't have that above your blog anymore, so that may be the reason it doesn't appear on your prints.
Is there a way to avoid this?
Otherwise splendid!
Thanks for Amanda. I have been looking for this tips to print a post, but from your tips I just can do to my blog successfully.
ReplyDeleteThanks, Amanda. I'm toying with the first option only (no "Print This" link yet) as I have quite a heavy footer already with all the Feedflare stuff! Seems to work fine. Many thanks.
ReplyDeletehello this is again me . please one more question, i was using vista button for for creating buttons for my blog .
ReplyDeletebut when i saved it , it gives a html file with a folder containing a javascript file and images of tabs .
can you please tell me how to use them on the blog.
Dear Amanda , thanks so much for this , I needed for long , now I got some questions to you
ReplyDeletehow I can the print link appears with in the same line like posted by , edit ,icon , sent a message etc ??
This one
Number two
how can I have only the printer icon as a link ??
number three
is there a way to change to change the printer icon in the CSS area away from the script ??
sorry if I asked too much but I wanted this feature from long time and i could not believe myself that it could be made in blogger.com
hey Amanada ,sorry for so many questions , pardon me but I real admire your blog and I was wondering how you made the twitter updates look this in your header , I would like to put the twitteriffic blue bird in my twitter widget but I do not know how ??
ReplyDeleteThat was something I was trying to do way, way ago, but you're helping came just in hand. Much appreciated Amanda, see it live in our Education & Tech.
ReplyDeleteHi Amanda, it's me again. Thanks, your tips and tricks for printing post effectively have done on my blog. But, I'd like to ask you 2 questions, may you give me more tips and tricks or suggests (1) how to print post, only the text and/or image in the post, and (2) when we click the print button we can see the preview first before print the post. Thanks before.
ReplyDeleteThanks for a great tip - very easy to do compared with some solutions I was looking into!
ReplyDeleteOne question: I don't want to print the comments on my posts - what should I change to stop them being printed?
Thank you!
Thanks for the great tools for us bloggers. This is something I've wanted for a Looong time and it looks almost perfect but maybe I'm just doing something wrong. I've installed the print button on posts but it cuts off the right side of the screen... even the print button on your blog. It cuts off the right side of the text. I've changed the marhins in the page setup, I've even switched to landscape, changed to 95% value in your code higher and lower. Nothing seems to make it print the whole post left to right. I'm thinking maybe there's a flaw in the javascript? Do you have any thoughts? I've LOVE for this to work perfectly. The site I'm building for your reference is: http:www.stevemounts.com Thanks!
ReplyDeleteBeen wondering if you have anyway to do this for old school Blogger templates.
ReplyDeleteThanks for the idea.
Thanks, good information.
ReplyDeleteअच्छी सूचना है।
Hi Amanda,
ReplyDeleteI'm desperate ! Your tips doesn't function on my blog.
Please, tell me why ?
I see the button print but doesn't print nothing !
Thank You for help !
Antonio
http://bergamo2000.blogspot.com
Hi Amanda:
ReplyDeleteI've been looking for something like this for a long while. I followed the steps and added it to my blog Jordan's View, but the "print this" is only appearing on some older posts and not on recent ones.
I know I have quite a few widgets and additions on my blog template, could this be interfering with your add-on?
I really want to use this. Can you help? Thanks!
Hello Amanda! Thanks for your good initiative: I have a lot of print requests and I was/am getting desperate: your button doesn't work! I keep on having the same problems: the print example or printed page contains a first page with text that continues after the pages ends, but not on the second page - so, no print. Have you heard this problem before? Could you maybe help? I have a (professional) blog, www.theory-talks.org.
ReplyDeleteI would be very much helped with some suggestions...
Many thanks!
Best,
Peer
p.schouten@theory-talks.org
For some reason, when I went to print, I still saw the header and everything else. Does it make a difference what template you start with?
ReplyDeleteAmanda
ReplyDeleteI was looking for a print code like this, I was using a code that printed the whole page. You've just saved my life :o)
Hi Amanda
ReplyDeleteMany thanks for all your hard work, I've found much of it really useful. Re "Print This Post, though, I'm only able to print page 1 of any post; subsequent pages come out blank except for the header info. Am I missing something?
Ken Head, I noticed the same thing. But only in Firefox.
ReplyDeleteIf I view my blog in IE7, I can print all pages of a post. But in Firefox, only the first page prints.
I haven't yet figured out why this is, but if I do, I'll post my solution here.
Hi C. August and many thanks for the tip. I've been struggling with this in Firefox all day and wasting paper as well as time. I tried Safari, too, but had the same result. However, I'll give IE a whirl and see what happens. It'll be interesting if IE proves more useful than Firefox! Like you, I'll post here if I get a result.
ReplyDeleteOK, I solved it!
ReplyDeleteThis is a bug in Firefox, where it can't print a DIV or a Table that spans multiple pages. This happens whether or not you use Amanda's print CSS code. It's just more obvious when you try to print just the body of a post.
IE7 works fine.
The fix is to edit the following line of CSS code, adding the "overflow" bit:
#main-wrapper {width: 95%; overflow: visible !important;}
@C. August:
ReplyDeleteThank you so much for this tip! I've just been reading your comments on this post and realized that my own blog won't print properly with this new template!
Hopefully your trick will help solve all our problems :)
I will update this post shortly with your helpful information!
Best wishes,
Amanda
Hi again C. August
ReplyDeleteYou're clearly the genius of the group. The advice worked immaculately and I've printed in a couple of hours what I hadn't managed in a couple of days - without wasting a single sheet of paper, too! I don't know where your fix for Firefox came from, but I'll give that a try too.
Very many thanks!
Ken Head
Gracias. Ha funcionado, aunque me gustaría decirte un par de cosas: Para que no se imprima la navbar hay que añadir .navbar a las cosas que no van a imprimirse y si quien copia este código tiene dos sidebars y/o el crosscol activado, y/o elementos en el main, también ha de añadirlos a la lista, así como #comments, para que no se impriman los comentarios y .post-footer, para que tampoco se imprima.
ReplyDeleteDe todas formas, gracias por la entrada. Lamento no conocer tu idioma para poder dejarte este mensaje, pero espero que lo comprendas.
Un abrazo.
Good stuff easy to add in and no issues with printing !! Awesome!
ReplyDeleteI have been working on this for hours. I put the codes in the right places and not one thing shows up on my blog. Help!
ReplyDeleteIt is such a neat idea and I am so bummed. I'm not good at HTML but I usually can paste things in and have then work. What dumb thing am I missing here?
Your post will be suitable for those templates that used IDs (mentioned in your css).
ReplyDeleteTHANK YOU ! elegant and clean and easy to use.
ReplyDeleteAmanda, i've installed this hack on my blog, but is not working right. It is only printing the first page on paper (or PDF)... I've tested here in BloggerBuster and have the same problem too...
ReplyDelete[]'s
Compulsivo
Ooops.... The problem only happens in Firefox. IE7 is printing fine...
ReplyDelete[]'s
Compulsivo
thank you very much!
ReplyDeletealso.. dont forget to add #Adsense1, #Adsense2, etc to your header code to exclude your ads from printing. I noticed some of the adsense ads were messing with printing layout - so i removed them.
THANKS AGAIN!
This is a GREAT site! Thanks for the great printing utility. I also noticed that it is flawless with IE7, but doesn't seem to capture the whole post when using Firefox. Any way for me to work thought that (I use Firefox about 95% of the time). Thanks again for all the great tips and information...you just made my wife's blogging experience that much better!
ReplyDeleteI was really enthused about this post, but I messed around for an hour or so and didn't get the job done. I ran into 2 issues.
ReplyDelete1) I never got the print icon to show up. I could get comments to show up before and after where the print icon should have been, but no icon.
2) While it was nice to just a single blog entry print, I still got over 20 blank pages.
I ended up having alot more success embedding the HP print capability. Although I am not excited about the advertisement, a window popup allows me the posts and comments I want to print and the output is beautiful:
http://developer.tabblo.com/index.php/hp-blog-printing/
I didn't want the comments to print or the Subscribe to link at the bottom so I added,
ReplyDelete#comments and .feed-links to hide them from the print.
I still haven't been able to get it to work in Firefox. I only get a blank page. So if anyone has a work around, that would be fantastic!!
This comment has been removed by the author.
ReplyDeletehey, I love this blog - i will try and keep up with it!! please keep more coming :)I wish I could start a blog but I don’t have much time. I consider your advice as very valuable.Really Great. :( Thanks,
ReplyDeleteThanks for this Amanda, but I have little problem: the printer only prints one page and the second always comes empty. Why is this happening and how can I fix it?
ReplyDeleteFor the moment I had to take this option off my blog because of this issue, but I hope I can fix it in some way.
Thank you!
Razvan Dobre
Amanda,
ReplyDeleteThanks so much for your brilliant tip. The printer-friendly page works well in Windows, but Firefox 3 on the mac still prints part of the background. Any ideas how to fix that?
Keep up the good work on the tips!
David
Amanda, I really need your help with this. I've cut/pasted both items where you instructed. It was very difficult finding the pdata.post etc.. line but after an hour of hunting, I found it. None of it seems to work. I don't see the print option appear after the posts. Is there a way I could speak with you. I'm not a computer wiz but really want to make this print option thing work on my recipe blog. http://BeABalaboosta.com
ReplyDeleteThanks so much. Write to me at thebalaboosta@gmail.com and I'll send you my phone number. Please, I beg of you.
Hi, It's me again... I finally got to where I can see the print button and I printed, however, the posts print with the text material that comes before all posts, and, the stuff that comes after. How can I exclude the pre post text from the printed post?
ReplyDeleteThank you ! Very useful !
ReplyDeleteI followed the directions and it works for the most part, but for some reason only the first page will print properly and all other pages just show up as blank. Any idea how to remedy this? Thanks!
ReplyDeleteThank you so much. I find this code for a long time ago.
ReplyDeleteHi, I've added the html so this works in firefox but all the comments print too.. Is there anything I can add so that comments are not printed?
ReplyDeleteI just tried this in IE7, and it prints all but the first page, which is blank.
ReplyDeleteI tried implementing this, but I don't want to print out whatever comes after the "Print This Post".
ReplyDeleteI would appreciate it if you could tell me what to do for this. It would save me a lot of trouble as I have lot of recipes on my blog.
Thank you very much for this post.
Thank you so much! I'm trying to print almost a year's worth of posts for my Gram who isn't very computer savvy. This will save me bucket loads of ink.
ReplyDeleteCheers!
Becky
This comment has been removed by a blog administrator.
ReplyDeleteHello, this is awesome if I can get it to work...When I go to install the icon, my piece of code doesn't close with that tag. I tried inserting it after the close that is there and nothing shows up :( Any ideas?
ReplyDeleteThe particular blog I'm trying this on isn't a Minima template it's "Rounders" if that makes a difference
THANK YOU FOR YOUR BRILLIANT TIP...ONE THAT I LOOKED FOR QUITE SOMETIMES, AND ITS JUST WORKING AS I WANTED. THANK YOU VERY MUCH.
ReplyDeleteI added the code and it looks good in preview mode, other than the first page containing only the top bar and nothing else and the second page being all that it will show. What about a third page? The post I wanted to print is longer than one page. Will this not work for posts that are more than one page?
ReplyDeleteThanks Amanda, I was able to install the print button quite easily.
ReplyDelete1. I would like to know if there is a way to eliminate the images and print only text?
2. I would like to eliminate the comments and backlinks. I tried adding the code Ashley suggested above but I couldn't get it to work.
Do you have any suggestions for me. Thanks again.
Thanks for the wonderful tip. Is there any way to take out the internet information ie. website address and time printed and the search blog box. It would be perfect if I could get ride of those parts! This is a great way to save all my journaling - thank you! Please let me know!
ReplyDeleteOk I figured out how to eliminate the internet info. It is the "Nav Bar" that I don't want to print. How do I do this?
ReplyDeleteI can't find the p data post body p line. (Left out dots, etc. here because cannot trans. same.
ReplyDeleteUnable then to create a print button. Anyone?
Hey Amanda,
ReplyDeleteJust came across your site, and it worked immediately. Thanks for the code. I was wondering if there was a way to include a button (or link) at the bottom of the posts on the main page, so that a reader could print the specific post only from the main page?
Thanks!
Like Tom Paine above I also can't find the p data line. Has Blogger perhaps changed their template since this was written?
ReplyDeleteAmanda,
ReplyDeleteThanks for the code. I've been looking for a neater way to print my blog.
I put in both fixes. I still have one problem though - if a post is longer than one page, it only prints the first page although it spits out the rest of the pages with nothing on them. Any ideas? (It also did this with the sidebar format before I put your fixes in)
Thanks, Bob
Hi Amanda,
ReplyDeleteThanks for the code. I've been looking for a neat way to print my blog off. I did find that Firefox does not work well for printing blogs as it will only print one page. I had to revert to Internet Explorer to get all pages of a post printed off - with or without your widgets.
Thanks, Bob
Hi Amanda,
ReplyDeleteThanks for the widget codes. I've been looking for a neat way to print my blog off.
I did find that Mozilla Firefox does not work well for printing off blogs as only one page of a post will print. I had to revert to Internet Explorer to print properly - with or without your widgets.
Thanks, Bob
Bloody brilliant! I print out my poems for my mother and it is great not to have to print all the headers and junk each time. Thank you!
ReplyDeleteThanks, amanda, this info use full
ReplyDeleteYet another flawless and a really well explained tip for my blog, which help me loads. Thanks a ton Amanda. Keep up the great work and continue helping us novices to the world of HTML to improve our blogs, one tip at a time ;)
ReplyDeleteHey Amanda,
ReplyDeleteWanted to say that your blog is so helpful!
I was wondering how do I do this in the old blogger??
Thanks
thanks for amazing code:D
ReplyDeleteI want to make a exporting of a post in .doc or/and in .pdf format.
Hi Amanda,
ReplyDeleteThank you for this post! I was able to do the first part, but not the second. I'm not finding the "data post body". I tried pasting near something similar, but it didn't work. Any suggestions? Thank you!
thx
ReplyDeleteI found it and got it to work. Thank you Amanda!!!
ReplyDeleteThank you very much, man! This results very well for my blog. It`s a nice function!!+
ReplyDeleteGreetings from Venezuela...
Thank you very much! Greetings from Venezuela, this results very well for my blog. It`s a nice function.
ReplyDeletehm nice post :D
ReplyDeletehttp://trik-tipsblog.blogspot.com
I can't find my html line for the print code that starts with ....
ReplyDeleteCan someone tell me where to look???
Thank-you, Lynette
Hi Amanda. I love this fix, however even after adding the overflow bit that C. August came up with, only one page prints in Firefox. (On your blog as well) Any chance of updating this so it will work? Thanks!
ReplyDeleteRemoving the "overflow:hidden" under "#main-wrapper" lets me print out more than one page of a Blogger blog in Firefox. (I leave "overflow:hidden" in place for "#sidebar-wrapper" which I have set to disappear from printing anyway). The "overflow:hidden" is "fix for long text breaking sidebar float in IE" according to a comment next to it.
ReplyDeleteEven better: Instead of removing "overflow:hidden" from under "#main-wrapper",
ReplyDeleteleave it there, but
under your section
style media='print' type='text/css'
where you already have
#main-wrapper {width: 95%}
make it:
#main-wrapper {width: 95%; overflow: visible;}
Hi
ReplyDeletethnx for this tutorial,i'm a beginner & i have a problem when i click on 'print this post' i get all the blog printed (sidebars in one page), logo in another page, post in another page too
so is it cause in my template used different words for ex: #sidebar-wrapper in my template i have #sidebar1-wrapper,,please help me
I really appreciate your tutorials, Amanda. They have been extremely helpful to me.
ReplyDeleteStill not working with Firefox, I've tried all your fixes. It works 100% on Safari and I'm awaiting feedback on IE
ReplyDeleteOn all browsers the text is coming out as a long column rather than a paragraph. Help?
Blog in Question Thoughts?
Amanda, thank you!
ReplyDeleteAnyone checking the comments and helping?
ReplyDeleteHello, love this and it really has helped some troubled users. My only concern is that my right rail items ads, widgets, etc still are appearing on print preview and print out. How do I remove those two columns in print mode? Thanks!
ReplyDeleteCarlisle Daily
carlisledaily.com
Thanks for such a useful post. I was looking for such information.
ReplyDeleteWell, I don't get it.
ReplyDeleteI know I did EXACTLY as described here.
Stumbled at Find "data:post.body".
This code just is NOwhere in the default template.
I know I'm too late to the party but needed to vent.
Hi Eikelein!
ReplyDeleteFirst you Check "Expand Widget Templates"
Then you find this code, you will get it
Regards,
Babu A
http://blog-mstechnology.blogspot.com/
Thanks Amanda!
ReplyDeleteRegards,
Babu A
http://blog-mstechnology.blogspot.com/
I use 3-column template, not the blogger default 2-column. Your code doesn't seem to work for my template. I have narrower right column and left column, and the middle column is the post. Can you help?
ReplyDeleteThank you so much!
ReplyDeleteAnd also C.August in the comments.
At least I'm able to print out properly my own blog.
I want to print ALL my posts out to one file -- without the paraphernalia, and without the dates, with a page break forced at the end of each posting. Is there a way to do this? Or even better, import all of them into Word without the extra stuff?
ReplyDeleteFound you on Google...
ReplyDeletethanks for the tip, but any additional tips on how to print post without comments?
Thanks
Jennifer
it did print the post but it printed only up to 3/4 of the post. I'll try to find ways to get around it. Thanks for the tip
ReplyDeletemy print starts at the middle of the paper. I followed Cs advice. Any ideas?
ReplyDeleteThis is great thanks, just found this by accident. It's working well, but does anyone know how to stop my photos splitting across a page?
ReplyDeleteJade
Thank you for this! Yours has been the only instructions that told me to put the code AFTER the data:post.body line - the rest have said to replace it - no wonder it never worked!
ReplyDeleteThank you so much. I can now print off our family blog to keep as a record. The only thing I can't do is print posts longer than one page as the second page doesn't show up. How do I fix this? Also I can't read the answers to the above questions. How do I do that. Thank you. Tara
ReplyDeleteValeu!Uma dica importantíssima para dar uma "cara" mais profissional para blogs.
ReplyDeleteMuito bom mesmo! Abraços,
Antonio.
Amanda,
ReplyDeleteThis solution works well in Firefox, but only works in IE versions 7 and below. For some reason, IE8 does not format properly.
Any ideas? Can you update the post with a fix for IE8?
Implemented on my blog: http://www.drugchannels.net
Thanks,
Adam
@Tara It works for you in IE but not Firefox --- which needs the overflow setting. Try this, replace:
ReplyDelete#main-wrapper {width: 95%} with the following statement covering your main and content wrappers to be safe:
#main-wrapper, content-wrapper {width:95%; overflow:visible !important; float:none; border:0px; margin:0px; padding:0px;}
I have more detailed explanations on my blog, but this should work for you.
FYI, SBA helped me implement this solution and fix an IE8 problem with Amanda's approach. You should check out his post: http://bpwebnews.blogspot.com/2009/08/how-to-create-print-this-post-button-on.html
ReplyDeleteAdam
this is really very important.. for printing.
ReplyDeletea lot of websited print their pages with a lot of ads can i go around from this ??
thanks in advance
My Blog
Amanda, Why don't you answer people's desperate pleas for help once in awhile.
ReplyDeleteAt least someone was listening and answering: http://bpwebnews.blogspot.com/2009/08/how-to-create-print-this-post-button-on.html
Or maybe put this very last post by Adam J. Fein at the very top of comments so the rest of us don't have to read through a hundred comments before we finally get the solution. A little consideration for our time, please.
ReplyDeleteHi Amanda,
ReplyDeletethanks for the post, but for some reason, the print function still keeps the sidebar in the printed version. Can you think of a reason why this is happening?
Great idea. Thank you : )
ReplyDeleteLiz
x
this is wonderful except i don't have the second set of coding in my blogger html, even when i ticked expanded widgets. hmmmm
ReplyDeletePrinting is an essential part of publishing. Offset printing is best opted by businesses as it can give high image quality. We all are interested to get printing at discount rate and good quality. Before choosing a printer, assess the sample printed stuffs by them for ensuring quality.
ReplyDeleteHi there,
ReplyDeleteYou post was really great but I failed ti implement it as noprint tag keeps bugging me. So I googled and came up with a new way of doing it without editing the templete. It works as a gadget. The link to the codes and instructions are here http://blog.sumitcbrty.com/2010/04/widgetcode-for-printing-printer.html OR click on my name in this comment ti view the page. Hope you would give some feedbacks on it.
BTW I have linked this post to my post.
Thanks! After a little bit of tinkering I got it. I searched in the code for and inserted the button code after it (there were no p's to be found, however).
ReplyDeleteCan you update the post with a fix for IE8?
ReplyDeletewonderfull. This is exactly waht i've been searching for. You're a legend.
ReplyDeleteThanks for this. Tried in firefox first, no joy - just one page came out. Works v. well in IE for some reason.
ReplyDeleteThanks for this. I implemented, then tried in firefox first, no joy - just one page came out. It works very well in IE for some reason. Have not tested in Chrome yet.
ReplyDeleteAnyone know about tinkering with it for firefox?
Lowermyrtax.org
ReplyDeleteLowermyrtax.org #1-rated, Free tax Tips and Information.Easily prepare your tax return and file income taxes online using free tools.
lowermytax, lowermytax.org, tax, taxes, tax software, free tax filing,tax preparation, online taxes, free tax software, tax returns, efile, free efile,e file, e-file, online tax filing, taxes online, income tax software, tax forms,tax deductions,online tax filing, taxes online, income tax software, tax forms,tax deductions.
Traderbest.com
ReplyDeleteTraderbest.com is an online firm that offers investment trading ideas, investment opportunity and financial services such as online stock trading newsletters,IRA trading ideas, Roth IRA, mutual funds, stock quotes, stock market research and online investing concepts.
Traderbest.com ,discount brokers, mutual fund, no fee ira, best online trading, stock broker, free stock quotes,stock investing, discount brokerage.
Search Jobs in Gulf – Apply to jobs in Middle east, Dubai. Post your resume and find your dream job in Middle East Now on Gulfdice.com! Find career openings in top companies in Middle East, Gulf Region, Dubai, UAE, Saudi Arabia,Qatar,Kuwait,Oman,Bahrain.Post your resume, jobs in gulf, job site in middle east, it jobs in Gulf, software jobs middle east, it jobs in gulf, jobs gulf, v jobs, job search in middle east, online jobs in middle east,accounting jobs in gulf, part time jobs in middle east, banking jobs in gulf, finance jobs in middle east, jobs and careers in gulf, call center jobs in middle east, marketing jobs in gulf. Search and apply for jobs in Dubai, UAE, Saudi Arabia, Qatar, Kuwait, Bahrain, Egypt, Jordan, Morocco, Lebanon.
ReplyDeleteGulfdice.com Most Simple job site in the Middle East.
www.gulfdice.com
MegaChow.com
ReplyDeleteMegaChow.com For home cooks hungry for easy family meals: Find thousands of tested recipes, menus,cooking shortcuts, dinner ideas, chef tips, and more at Delish.
megachow.com, recipes, party food, cooking, dinner ideas, grocery coupons, menus, food blogs, holiday recipes
A quality set of two pearl or perhaps diamond stud pandora earrings is mostly a classic and also romantic reward. A very simple pendant on the chain is actually surely a vital as is often a quality wristwatch. Then again, no lovely women requirements not pandora uk one but two of any kind of basic item; just being aware of what she needs pandora charms is definitely what makes the treasure especially innovative and emotional. Examine the woman's personal design. pandora necklace If the girl wears bohemian shirts with worn-in denims, pandora jewellery consider some, funky beaded necklace around your neck or a new color bracelet.
ReplyDeleteI agree, it can be much better if you hve a good way of printing your blog, you can save your blog and you can show people, you can even keep a copy for you own records. If you can get printing your blog right it can also be good for checking.
ReplyDeletetha's a really nice way to print your blog, i recon i could really save some time by doing i this way. thanks for a great blog.
ReplyDeleteThanks lots mate, I never really thought about providing a print button for my readers. Thanks for enlightening me on this.
ReplyDeleteOnline Magazine printing is the new way of making new subscribers for the marketing and selling it online. Nowadays marketing field has developed new techniques to sell products and amongst them magazine is the most effective way of marketing as it reaches to the mass.
ReplyDeleteI am not happy with this program at all. Firstly, when you print out the info, 2 empty pages print out after the 1st page and now I'm having difficulty removing it from the original html because blogger seems to be faulty.
ReplyDeleteThumbs down for this, sorry.
Even though we're all going digital, printing stuff off is still sometimes required. I never thought about offering my readers a dedicated print button before.
ReplyDeleteThis is a very informative share.
ReplyDeletewhere have juicy couture outlets in my hometown? i want to buy buy juicy couture Handbags for my girlfriend.As you know juicy couture is a fashion design and it is very popular.i think that she must be love my gift.
ReplyDeleteIt is an interesting site and also very useful.
ReplyDeleteThanks for this nice information. I was searching many techniques on the net for printing this but here I found it easily....like it..!
ReplyDeleteThanks heaps. I found this tutorial really easy and user-friendly so thank you. I was wondering though, is there a way of adding a print button automatically under every post so viewers don't have to open up individual posts before printing? That would be really awesome.
ReplyDeleteNell
THANK YOU!!!
ReplyDeleteI had a reader who referenced a blog who would be a 'competitor site' to my own and uses wordpress who has this and I was totally lost how I would do it. This tutorial ROCKS.
Thanks xxx
I really enjoyed the quality information you offer to your visitors for this blog.I will bookmark your blog. This website is also
ReplyDeletepretty good:inter milan jersey.
This is a GREAT site! Thanks for the great printing helpfulness.i will share this link to my friends....and i will bookmark your link....
ReplyDeleteI read your post . it was amazing.Your thought process is wonderful.The way you tell about things is awesome. They are inspiring and helpful.Thanks for sharing your information and stories.
ReplyDeleteshare tips
Useful. I needed a way for my readers to generate a hard copy of my posts and this is it. Thanks-
ReplyDeleteAny idea how I can set the background and text color using your technique? Thanks-
ReplyDeleteGood stuff easy to add in and no issues with printing,and It is an interesting site and also very useful.:)
ReplyDeletesex
ReplyDeleteporn
free porn
porn
free sex
free sex
porno
escort bayan
Thanks buddy...:)
ReplyDeleteBlogger now has an export function under basic settings! It downloads as a .pdf file and saves on your hardrive. It was so easy to import back into a blog!
ReplyDeleteIt was a awe-inspiring post and it has a significant meaning and thanks for sharing the information.Would love to read your next post too......
ReplyDeleteThanks
Regards
nifty option tips
Mix approximately one tablespoon of liquid soap in the mixture and spray on the infested plants.houston pest control
ReplyDeleteI wish this worked for me.
ReplyDeleteON my blog at
http://charlespedley.blogspot.com/b/html-preview?token=93IktjEBAAA.Mat_niJfkm91GgTVSAGIFw.Masuqu88cO22rvjAkAWo4A&blogID=7379813337840886368
I did exactly as told but no printer icon, no "Print This". Perhaps this was written before the new Blogger designs and will not work with them. I wish it would.
Thanks for this post, very useful. I know it's old but had been pulling my hair out trying to print blogs before.
ReplyDeleteIt is a nice opportunity to know about print job, for more information please click on Banner Melbourne
ReplyDeleteI really appreciate your tutorials, Amanda.... This is wonderful except . You need time to create that brilliant and in addition real effort to create an excellent article.
ReplyDeleteI participate on a popular "open blogsite", The Daily Beast. Lately they've changed formats and I am frequently unable to get my comments accepted by the system. It's not a "questionable content" problem. What could be causing my problem?
ReplyDeleteGood post, I had a look at few but none worked, this worked on one of my blogs but found that the paper I was using to test the printer was wrong gsm, so it was working the whole time.
ReplyDeleteThanks for this unique post ... i really appreciate your tutorials ,its a great opportunity to know about print job..
ReplyDeleteplastic card printing
Plastic Card
Plastic business Card
Thanks for this useful information that you have been shared to us readers. I am looking forward for your next post! I want to express my admiration of your writing skill and ability to make reader to read the while thing.
ReplyDeleteHey, very nice site. I came across this on Google, and I am stoked that I did. I will definately be coming back here more often. Wish I could add to the conversation and bring a bit more to the table, but am just taking in as much info as I can at the moment.
ReplyDeleteRegards:
stock market tips
It was a awe-inspiring post and it has a significant meaning and thanks for sharing the information. Would love to read your next post too...
ReplyDeleteThanks
Regards:
Share Market
http://mcxbhavishya.com
ReplyDeleteHey, very nice site. I came across this on Google, and I am stoked that I did. I will definately be coming back here more often. Wish I could add to the conversation and bring a bit more to the table, but am just taking in as much info as I can at the moment.
ReplyDeleteRegards:
stock market tips
Does this machine uses the same printing paper as the cashier machines?
ReplyDeleteI have been reading your entries all through my morning break, and I must admit the whole article has been very enlightening and rather well written. I assumed I would assist you to recognize that for some reason this weblog does not view well in Internet Explorer 8. I wish Microsoft might stop converting their software. I’ve a query for you. Could you thoughts replacing weblog roll hyperlinks? That would be in point of fact neat!
ReplyDeleteoption tips
There are some interesting points in time in this clause but I don’t know if I see all of them middle to eye . There is some validity but I will take hold opinion until I look into it further. Good article , thanks and we want more! Added to FeedBurner likewise.
ReplyDeletelearn technical analysis
I appreciate your post. I also wrote that SMS advertising provides a cost effective method of targeting promotions to specific customer profiles. You might want to remind customers of specific events or promotions, but for whatever reasons, SMS allows you to pass information directly to the right customer at very affordable prices and fast delivery.
ReplyDeleteRegards
stock market tips
Hi this new is exactly what I search. I share to your website to my facebook. Thank you update daily this blog will go to peak thanks bye…
ReplyDeleteI read your post . it was amazing.Your thought process is wonderful.The way you tell about things is awesome. They are inspiring and helpful.Thanks for sharing your information and views.
ReplyDeleteRegards
stock market tips
I had a nice tour with your website. It is just a great coincidence that every info I need is I quickly found right on your website.Cool! Keep posting.
ReplyDeleteprinting comox
Thank you so much for this! I haven’t been this moved by a blog for a long time!I am waiting for your next post too.
ReplyDeleteregards:
Intraday Tips
I really appreciate your post and you explain each and every point very well.Thanks for sharing this information.And I'll love to read your next post too.
ReplyDeleteRegards
Mcx Tips
Along with all the best deals on laptops, don’t forget to look for all those bonuses and perks that merchants like to throw in this time of year. Things like free accessories, coupons off other products and even free or expedited shipping from time to time! Every merchant has a different deal so take the time to browse through the list before deciding on which Christmas laptop sales to choose! Just sit back with a nice hot cup of coffee, and start clicking away. Your new laptop is out there. We should know, after all, we found the deal for you!
ReplyDeletehttp://www.delld620.com/
I thought it was going to be some boring old post, but it really compensated for my time. I will post a link to this page on my blog. I am sure my visitors will find that very useful.
ReplyDeleteFind and share coupon codes and promo codes for great discounts at thousands of online stores.
ReplyDeletehttp://www.megacouponsite.com
It is an interesting site and also very useful.very helpful for us..great sharing
ReplyDeletestickers printing | custom stickers
I really appreciate your post and you explain each and every point very well.Thanks for sharing this information.And I’ll love to read your next post too.
ReplyDeleteFree mcx tips on mobile, gold and silver tips : CLICK HERE
While no one likes having to think about the darker side of human nature while enjoying their favorite past timeEd Hardy
ReplyDeletebrilliant tips. The printer-friendly page works so smoothly in Windows, but in Firefox 3 on the mac still prints part of the background. i have stil problem on this issue cam anyone solve this ?
ReplyDeletewww.lowermytax.org,lowermytax, lowermytax.org, tax, taxes, tax software, free tax filing,
ReplyDeletetax preparation, online taxes, free tax software, tax returns, efile, free efile,
e file, e-file, online tax filing, taxes online, income tax software, tax forms,
tax deductions Lowermyrtax.org #1-rated, Free tax Tips and Information.
Easily prepare your tax return and file income taxes online using free tools.
Its Pleasure to understand your blog.The above articles is pretty extraordinary, and I really enjoyed reading your blog and points that you expressed. I really like to appear back over a typical basis,post a lot more within the topic.Thanks for sharing…keep writing!!!
ReplyDeletethis is really informative post, i really like this blog and get information ...thanks
ReplyDeleteseo help | seo movement
The particular information and facts I actually obtained in this Blogger Posts Effectively website is a suitable confirmation that it's nowadays attainable to educate everyone and be abreast of latest information.
ReplyDeletecomputer store
What youre saying is completely true. I know that everybody must say the same thing, but I just think that you put it in a way that everyone can understand. I also love the images you put in here. They fit so well with what youre trying to say. Im sure youll reach so many people with what youve got to say.
ReplyDeleteThanks for sharing great info i like this blog i just bookmark this for next time visit
ReplyDeletethanks admin
Have a great post and idea. I've learn something, happy holiday to all! Ruby Digital Photos on Canvas
ReplyDeleteI'm very happy to read this.Thank you for this blog posting!
ReplyDeleteBuy discount ink and toner cartridges at great prices with fast delivery
Printer Cartridges
Great post. I'm sure a lot of bloggers want to back up their blogs not only in soft data but also in hard print for keepsake.
ReplyDeleteHP Toner
ReplyDeleteIt’s truly a great and useful piece of info.
Thanks for all. I have understand your stuff previous to and you are just too magnificent.I actually like what you have acquired here, certainly like what you are stating and the way in which you say it. You make it entertaining and you still care for to keep it
ReplyDeletesensible. I can not wait to read far more from you. This is actually a tremendous site.
Regards: Commodity Tips Very efficiently written post. It will be valuable to everyone who uses it, as well as myself. Keep doing what you are doing looking forward to more posts.
Warm Ugg Australia Discount Code Do a lot of things. Bother you to tell my mother: ask her to pray for her son, and begged her to forgive me for all the trouble she caused. That bailey button uggs cheap Here like an old woman, from the fence pick some firewood, Aimenzhuhu discuss some bread, so dying, there is no fun kids cheap uggs
ReplyDeleteThe information a realistic look at the situation. Much appreciation, at least from me for the great, It is nice to see thoughts that are informative effective in nature.
ReplyDeleteseo services in delhi
I like this articles is to good.
ReplyDeletePrint Shop in Istanbul - http://printingturkey.com
ReplyDelete" ugg boots sale online She thought ugg sale I'm sorry , ladies , guests' privacy , we can not disclose. Waiter is very difficult. ugg boots This perception is not very good sleep ugg boots sale Dong Xiaokui Lelong clothes uggs outlet Yuyao side looked Dong Xiaokui cheap ugg boots This thing is very difficult , the person may have a conspiracy. Dong Xiaokui have added. uggs boots on sale and she made a gesture uggs boots coming and going of the attendants are graceful woman ugg boots cheap immediately ask the waiter not far from waving to start ordering. ugg boots on sale flew from the bed and turned up for Dong Xiaokui Red hair"
ReplyDeletethis is a great bit of info about printing, especially when as a printer i look to sites like this to help me out, i think the only way i would know what to do, would be using the info i found online.
ReplyDeletei can see exactly what you are saying about this fantastic resource, it provides a great information point for everyone here to see exactly how to print things.
ReplyDeleteWow, great article, I really appreciate your thought process and having it explained properly, thank you!
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteYou made some respectable points there.I am truly impressed.Thank you for sharing this!
ReplyDeleteLanier Toners
Get some Tips and training about SEO , this site about SEO (Search Engine Optimization) , Off Page SEO , On page SEO , White Hat SEO , Black Hat SEO and each some topic and tricks about SEO & Adsense , Web Designing etc.
ReplyDeleteIn onlineseodiscuss.blogspot.com we are give you free tips and tricks, and my special people share you some special offer about SEO,Google Adsense and every thing about the internet.
Get Live details about us:
Site: www.onlineseodiscuss.blogspot.com
FacebookPage:https://www.facebook.com/pages/SEOMasters/320048034694742?sk=app_167969729896883
E-Mail:onlineseodiscuss@gmail.com
Telephone: +92-0307-7678613
Hi..
ReplyDeleteI really appreciate your tutorials,thanks for such a useful post.
web design dubai | dubai web design
This comment has been removed by the author.
ReplyDeletePlastics are one of the fast growing business cards that are in now a days because of their durability and designs.
ReplyDeletePlastic Cards
Printing On Plastic
hot deals disney shopping coupon and printable coupon deals with free shipping and online stores like amazon coupon code
ReplyDeleteI'm very happy to read this.thanks for posting.
ReplyDeleteHP Officejet inks at discount prices delivered fast Australia wide from Printzone!
HP Officejet Ink
Someday I will make this kind of blog.
ReplyDeleteHP Colour Laserjet Toner
This is brilliant idea, thanks for posting.
ReplyDeleteBuy discount ink and toner cartridges at great prices with fast delivery!
Printer Cartridges
I really love to read articles that have good information and ideas to share to each reader. I hope to read more from you guys and continue that good work that is really inspiring to us. Great Job!
ReplyDeleteThanks for sharing. Its good to see fresh content always.
ReplyDelete