Tuesday, November 18, 2014

printing - Print blog entry without comments



Is there a way to print a blog entry without comments?


Answer




Select the piece you want to print, go to: File -> Print (Or press Ctrl + P) and select the "Selection" radiobutton. (Usually set to "All" by default)


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...