HTML Email Signature - Outlook



  1. Insert Html Signature Into Outlook
  2. Html Email Signature - Outlook

If you already had Outlook running you may need to close it and re-open. Click on File, then Options, then Mail, then click on the Signatures button. You should see your new signature file in the list in the “Select signatures to edit” box. The name of the signature will be the same as your HTML file name. MySignature is an online email signature generator that helps create professional and visually compelling email signatures for Gmail, Outlook, Apple Mail, Thunderbird and Office 365 clients. No technical background needed. Create Signature. Hi I've created an email signature for outlook, it seems to work ok so far except for one thing. Outlook seems to take my html and output it differently than what I've actually created. It adds all kinds of p classes and span classes, and changes the inline css. This is what my code looks like.

  • The HTML Layout. This is part 2 of our guide, which outlines a method to create a reliable email signature layout using HTML and CSS. We’re not assuming any prior knowledge here so there’s a fair bit to cover, but trust us when we say this guide is concise!
  • Paste the HTML Signature Locate the name of the signature you created in Outlook. You should see 3 files with the same name. You only require the HTM File type one (look in the Type column to get the correct one).

Having a HTML signature in your emails is a great way to look professional, unique and to promote yourself but creating one isn’t so straightforward. You have to design your signature layout, write up the HTML codes and know how to install it into Outlook. In this tutorial, I’ll go over some HTML tips for writing up the HTML codes and instructions on how to install the email signature into Microsoft Outlook 2016 For Mac.

If you have basic HTML skills and know how to work with a web server, you will learn how to write up your HTML codes correctly by following Section 1. If you don’t know anything about HTML coding or just don’t have the time to deal with it, MYDESIGNPAD can do it for you. Please visit www.htmlsignature.com for more info. Go straight to Section 2 if you already have your HTML email signature file created and just need installation help.

SECTION 1: HTML SIGNATURE CREATION

Design Consideration

Today, emails are viewed on desktop computers, laptops and on tablets and smart phones. It is best to keep the width of your HTML email signature as narrow as possible for the best result. Most modern mobile devices have a default width of 640 pixels so it is best to keep your design under that to ensure that the layout doesn’t break on smaller screens. From experience, designs that have a width of 320 pixels and under are the most consistent.
For design ideas and references, view signatures that I have created for others.

Signature Information

Decide what and how much info you want to display on your signature. For this demonstration, I’ll be using my own HTML email signature design with a picture link to my website, name, title, email and some other text links. Feel free to use my design as a template. To see the HTML codes, find “View Source” in your browser menu.

Writing the HTML Code

Here are some basic but important notes to keep in mind as you design your signature. One major obstacle in designing HTML e-mail templates is that there are so many different e-mail clients out there (most if not all can’t handle CSS and HTML like our internet browsers can) so you have to keep your design and codes as simple and straight forward as possible.

Insert Html Signature Into Outlook

  • Use tables for basic layout. The CSS float property is not supported in Gmail or Outlook, making CSS layouts impractical.
  • Use inline CSS. The style tag is not supported in Gmail, and support for CSS selectors is spotty.
  • Use only basic CSS properties. E-mail clients tend to be very picky about which CSS properties they support. Campaign Monitor has a great summary of CSS support in e-mail to use for reference.
  • Use absolute URLs. Relative paths won’t work for an e-mail signature. So all your links need to be absolute URLs.
  • Link to images. I personally dislike e-mail signature images as attachments (it makes it easy to mistaken that image as a legitimate attachment). Because of this, I recommend linking to your images by placing them on a web server rather than including them as attachments. See Step 4 for more info.
  • Exclude HTML, HEAD, and BODY tags. When we get ready to save your HTML signature into Mail, make sure that only the relevant HTML is included in your document.

Saving and Uploading your images to a web server

Since we want the email signature to load quickly, make sure to optimize your image with Adobe Photoshop by doing a “Save for Web.” Upload your images to your web server and copy the public path. The public path (absolute URL) should look something like this: “http://www.yourdomain.com/images/logo.gif” Copy image link and insert it into the appropriate img tags of your HTML file.

Save File and Preview

Once you have your email signature coded, save the HTML file to your Desktop and call it “signature.html” Locate file and open it with Safari or Firefox (not tested with other browsers).

SECTION 2: HTML SIGNATURE INSTALLATION

Step 1: Copy Signature Design

With your “signature.html” file opened on Safari or Firefox, press Command+A on your keyboard to “Select All.” Then press Command+C to copy design.

Step 2: Create Placeholder Signature

Open Outlook > Preferences > Signatures. Click the plus button on the lower left to create a new signature. Give it a name. If there are any content in the big right signature window after you’ve clicked the plus icon, delete it. It usually displays your first and last name. In my case, it’s MYDESIGNPAD.

Step 3: Replace Default Signature

HTML Email Signature - Outlook

Click anywhere on the big right signature window to have it selected, press Command+V on your keyboard to paste in the signature design that you copied from your browser.

Step 4: Confirm Default Signatures Setting.

Click the “Default Signatures…” button on the lower right. Click to open pop-up window on the right column. Select the signature that you created and press “Ok.” Close window and quit Outlook. Then reopen Outlook. Open up a new compose email window and your new signature should be there.

Add html to outlook signatureHow


Step 5: Check Composing and Reading Settings


Step 6: Testing New Signature


Summing Up

Html Email Signature - Outlook

Feel free to contact me if you run into any problems creating your very own HTML signature. I’ll be pleased to see your creative HTML email signature so please post your link in the comment area. Cheers!

If creating your own HTML signature seems a bit too much work or you just don’t have the time for it, we can help. We have created over 8000 attractive email signature with clickable images and text links for clients across the globe. Visit our HTML email signature design service website: www.htmlsignature.com to get started.

October 6th, 2015 | Tutorial | 134961 Views | 64 Comments ›




Comments are closed.