Select Page
Create stationery for email messages

Create stationery for email messages

Stationery and themes are a set of unified design elements and color schemes. They specify fonts, bullets, background color, horizontal lines, images, and other design elements that you want to include in outgoing email messages.

Outlook includes a large selection of stationery. You can also design your own custom stationery. For example, you can include a company logo or design that matches your organization’s style guidelines.

  1. Create your HTML page.
  2. Customize the page by using fonts, bullets, a background color, horizontal lines, images, and other design elements that you want to include.
  3. Save the HTML file
  4. In the Save As dialog box address bar, enter %appdata%\microsoft\stationery, and then press Enter
  5. Save As dialog box with stationery path in address bar. The Stationery folder opens.
  6. In the File name box, enter a name for your new stationery.
  7. In the Save as type list, click HTML.
  8. Click Save.
Bootstrap learning points

Bootstrap learning points

Over the past few years, I’ve been using twitter Bootstrap for many different websites we’ve built or managed. Here are some of the things I’ve learned while using it. These are good reference points for me later as I run across the same problems on other people’s sites.

  1. Printing shows the URLs. IF you don’t want them, add the media query to remove them:
    https://tracker.moodle.org/browse/MDL-40321
  2. Bootstrap not working on iPhones:
Fix for Outlook 2007 and voicemessage.wav attachment issues

Fix for Outlook 2007 and voicemessage.wav attachment issues

Typically, when you have Outlook 2007 and open an attachment with the same file name 200 times, Windows will stop you from opening it again.  This happens when I receive my voicemails in my emails.  So after opening it 200 times, I get an error.

To clean out the old temporary files, I do this.  I navigate to the registry and look at this key.

HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Security\OutlookSecureTempFolder

In this case, the directory is named as follows:

C:\Users\%%username%%\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook\%%random numbers%%

The last part is system generated.  I just delete the files with the name that is repetitive, and bam.  It works again. Or, see this article.

http://www.technipages.com/outlook-cant-create-file-error-when-opening-attachment