Manual Line Breaks

This tip applies to MS Word 97 and above, it is possible it works in earlier editions but, I have no experience with them. This should also work in just about any word processor, but you will have to check for yourself.

When you get to the end of a line of text, you can start a new paragraph by pressing the Shift and Enter keys simultaneously. This will insert a manual line break.

The use of a manual line break comes in very handy when dealing with numbered lists. When you want to start a new paragraph in a numbered list without getting a new line number, use the manual break.

Another place to use the manual break, rather than start a new paragraph, is in any place set up as a “hanging” paragraph, such as cc: lines and references.

Try using the manual line break. Once you get used to it, you will find yourself using it frequently.

Let me know if there are any more applications of the manual break that help you in your word processing.

Screen Captures

I have had a few people ask me what is the key that says Prt Scrn for? Well, in the olden days it used to be that you would press that key and whatever was on the screen would be printed.

Now it is used to capture a picture of the screen and sends it to the clipboard. There are two options for the capture:

  1. To capture everything on the screen, press the Prt Scrn key.
  2. To capture only the currently active window, press Alt and Prt Scrn keys at the same time.

You will have to save your capture to a graphics program to save it.

XP’s built in Paint or, if it is installed, Microsoft Photo Editor would be the cheapest means of accomplishing the save. You could also use any program capable of pasting your screen capture and saving it such as Paint Shop Pro, IrfanView, etc.

There are more capable screen capture programs available, both free and paid, with a lot more options.

For more information search Google for “screen capture software”.

I use Gadwin PrintScreen 2.6, the latest release, I believe it is 3.1, is available at gadwin.com and is a freeware product.

Setting up a Mailto Link

I have been asked how I created the mailto link.

This is really simple to do:

To write an email link just create an anchor link like you would normally, but instead of http:// write mailto: and then your email address.

If you want to send to multiple people, separate the email addresses with a comma:

mailto:email@address1.com,email@address2.com

Use a question mark after the final “To” email address to indicate you want more than just a “To” line. Then you specify what other elements you would like:

  • cc – to send a carbon copy
  • bcc – to send a blind carbon copy
  • subject – for the subject line

You treat the elements as name=value pairs.

To add multiple elements, separate the second and subsequent elements with an ampersand (&).
mailto:toaddress?cc=ccaddress&bcc=bccaddress&subject=Whatever

If I substituted steve@steve.com for toaddress; you@you.com for ccaddress; someone@someone.com for bccaddress and An Email To Steve for Whatever, the result would be a blank email, with the field entries below:

  • To: steve@steve.com
  • CC: you@you.com
  • BCC: someone@someone.com
  • Subject: An Email To Steve

Note:You might end up with a lot of SPAM, using the mailto, due to webbot scanning.