Apr 17, 2018 In Microsoft Word, when you create a mail merge document and then use the Mail Merge Wizard to insert the address block, the resulting address may not be in the correct format for all of the recipients. Dealing with a list of addresses that sometimes utilize Address 2 (or even Address 3) while others do not can leave you with unwanted blank lines in your merged document. Using the Address Block setting in Word 2007 makes this quite simple as it will automatically suppress any blank lines, leaving you with a properly formatted address. In order to put the building block into your document, simply click on the one you’d like and click “Insert.” The building block will then be placed onto your document, ready to go! Put the mouse cursor at the start of the text you want to center. Click and hold the left mouse button. Move the cursor to the end of the text you want to highlight. The text should now be bordered by a transparent blue box.
Microsoft Edge doesn't currently have any settings or functions within its web browser that allow you to block specific websites.
However, there's a workaround that you can exploit using the Command Prompt that will let you block websites on Edge and other browsers for free, without downloading any browser extensions.
Using the Command Prompt can be intimidating, but here's how to use it to block websites on Microsoft Edge.
1. At the bottom of your computer, in the search bar, type 'command.' Then right-click on the Command Prompt. In the menu that appears, click on 'Run as administrator.'
© Chrissy Montelli/Business Insider Select “Run as administrator.” Chrissy Montelli/Business Insider2. If a pop-up box appears, click the 'Yes' button.
3. When the Command Prompt opens, it will appear as a black box with text inside it. Type the following line exactly as it appears: notepad c:WINDOWSsystem32driversetchosts. After you have typed the text, press the Enter key.
© Chrissy Montelli/Business Insider Enter the exact same code into Command Prompt. Chrissy Montelli/Business Insider4. The Notepad application should open on its own. Scroll down in Notepad until you reach the bottom of the text, then press the Enter key.
Pink floyd greatest hits collection. 5. Type the following line exactly as it appears: 127.0.0.1.
6. Then, press the space bar once and type the name of the website you want to block. For example, www.reddit.com. If done correctly, the line of text should read like this: 127.0.0.1 www.reddit.com. Do this for each of the websites you want to block.
© Chrissy Montelli/Business Insider Type in the website you want to block. Chrissy Montelli/Business Insider7. Once you are finished adding websites that you want to block, click on Notepad's 'File' menu, then click 'Save.' © Chrissy Montelli/Business Insider Click 'Save.' Chrissy Montelli/Business Insider
8. Close out of the Command Prompt and Notepad.
If you try to reach the website you blocked, you will no longer be able to view it.
© Chrissy Montelli/Business Insider The website would now be blocked. Chrissy Montelli/Business InsiderIf you no longer want to block a certain website, repeat steps one through four, and then delete the line of text in Notepad that corresponds to the website(s) you want to unblock. Then repeat steps six and seven. You should now be able to view the website again.
The tilde prefix (~) can be used to restrict blocking to sites that contain given keywords. Within a keyword you can use an asterisk (*) to match any number of characters (except whitespace) and an underscore (_) to match whitespace. Note that the keyword matching is case-insensitive (i.e., uppercase and lowercase are treated as equivalent).
So, for example, you could enter the following into the list of sites:
somesite.com
anothersite.com
~anteaters
~crypto*
~*alicious
~green_eggs_and_ham
This would result in pages on the sites somesite.com and anothersite.com being blocked only when those pages contain the complete word “anteaters” or any word beginning with “crypto” or any word ending with “alicious” or the complete phrase “green eggs and ham”.
If you want to block pages on any website that contain given keywords, you’ll need to use wildcards to specify all websites. For example:
*
~justin_bieber
~kim_kardashian
If you want pages with the specified keywords to be allowed rather than blocked, you should select the option Treat keywords as allow-conditions rather than block-conditions under Advanced Options. Thus, if you were to select that option with the example above, the effect would be to block all pages except those containing “justin bieber” or “kim kardashian” (not something I recommend, just for the record).