Outlook Signature Distorted in Other Email Clients

Status
Not open for further replies.

blashmet

New Member
Outlook version
Outlook 2010 32 bit
Email Account
Exchange Server
I created an Outlook signature here (http://www.exclaimer.com/email-signature-creator/) and it works fine when someone views an email I send in Outlook. However, if I send email to a gmail address, the signatures font changes and the pictures get distorted.

The .html file and pictures the signature uses are in a local folder so I can edit them.

Is there a way to make sure the signature will work with other email clients and mobile devices?

Thanks for any help.
 
Any ideas for this? I'm basically wondering how to make an Outlook signature compatible with all other email clients (including mobile)
 
I'm guessing it's due to the way the CSS is added. Open the HTML page in Notepad - the CSS needs to be in every element, not as classes.

good:
style="font-size: 11px; color: #969696"

not good:
class="disclaimer"

On the picture, did you use one the exact size you wanted it, preferably no wider than about 500 px. You need to use the exact size - don't count on height and width measurements to resize it.
 
It looks like there are some classes in the .htm file (attached). I specified the exact height/width for pictures. Do you see anything else that might be wrong?
 

Attachments

Different email clients are below. It appears to only work with Outlook addresses within the company. Any idea how to standardize it?

Gmail:

upload_2014-10-7_16-44-34.png


Outlook (sent to an address within the company, Outlook 2010):

upload_2014-10-7_16-44-54.png


Outlook (sent to Outlook 2013 at different company):

upload_2014-10-7_16-48-46.png
 
Whoa. Is that really the size in Gmail? Is the browser zoomed? Do you have an HTML editor? I'd save the file you posted as an html file and tweak it - you can do it in notepad if you don't have an editor, but an editor with WYSIWYG mode would be easier.

Start with this:
<span style='font-family:"Eras Medium ITC","sans-serif"; mso-fareast-font-family:"Times New Roman"
Remove mso-fareast-font-family:"Times New Roman"

I'd either replace this: mso-bidi-font-size with font-size or add font-size: to the style, using the same values used for mso-bidi.

I guess Eras is a common font, at least in windows, but if it is not available, it should be replaced with sans-serif.
 
I removed all references to Times New Roman and changed to static widths for the tables. It still shows up as large in gmail. I initially edited the file in Word, but am now using Dreamweaver. Any idea what else I can change?
 

Attachments

Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
G Reply a selected message and remove blank space before signature Outlook 365 version 2406 64BIT Outlook VBA and Custom Forms 2
G Reply a selected message and remove blank space before signature Outlook 365 version 2406 64BIT Outlook VBA and Custom Forms 0
M HTML email signature in Outlook Using Outlook 3
B Importing business card into Outlook for SIgnature Using Outlook 1
N How to remove signature formatting from Text in Word (accidentally taken from Outlook) Using Outlook 0
Brendan.Z Outlook 2013 signature editing issue Using Outlook 3
J Outlook 2013 crashes saving VBA & clicking tools | digital signature Outlook VBA and Custom Forms 1
SirFishAlot SIGNATURE EMBED ISSUE OUTLOOK 2013 BCM (Business Contact Manager) 10
X Outlook 2007+ Changing signature also changes subject? Using Outlook 9
S Outlook 2k/2k3 Reply or Forward: Signature image replaced by original sender Using Outlook 3
E Outlook Signature GPO issues Using Outlook 2
A Vanishing signature image in Outlook 2010 Using Outlook 1
I Creating an Outlook 2007 macro that attaches a signature to new me Outlook VBA and Custom Forms 1
M Outlook 2003 - New message font size different to signature Using Outlook 3
B Outlook 2007 Signature Outlook VBA and Custom Forms 1
B Accessing Outlook 2003 Signature Programmatically using C# Outlook VBA and Custom Forms 6
S How to create a macro to insert a signature in Outlook 2007 Outlook VBA and Custom Forms 1
S How to Move Data from Mac Outlook to Windows Outlook? Using Outlook 0
T What is the best way of using the Classic Outlook client to change my email address? Using Outlook 4
T Creating a second email account on an Outlook client Using Outlook 2
Daviddavidsonz How to Schedule Emails in Microsoft Outlook Using Outlook 0
S Rule not running in Outlook Classic unless... Using Outlook 9
J column with actual email address in Outlook Classic Using Outlook 2
S Not receving all email since converting from Outlook 2007 to Outlook Classic Using Outlook 3
Rupert Dragwater Outlook 365 taking too long to synchronize each time email is being checked Using Outlook 17
Hornblower409 Outlook VBA Code Example - Unified inbox in Outlook Classic Outlook VBA and Custom Forms 5
J Need replacement for iTunes to locally (USB) sync. iPhone 17 to Classic Outlook 2024 Using Outlook 4
Thomas Fast Best way to manage incoming customer emails automatically in Outlook? Using Outlook 1
I Outlook 2024 Windows 11 Gmail - sudden log in problems Using Outlook 13
S Outlook Classic on 2024 Using Outlook 10
L Fresh Install of Windows 11, saved previous image, how to retrieve Outlook Contacts Using Outlook 10
C Can't Use Custom Contact form in Outlook Classic since early January 2026 Outlook VBA and Custom Forms 7
e_a_g_l_e_p_i Need help updating email in Outlook 2021 Using Outlook 10
V Outlook spam filter misbehaving Using Outlook 9
L what are the downsides of running both classic and new outlook on same win 11 pc? Using Outlook 2
P Preventing permanent deletions in Outlook on the Web Using Outlook 0
L any trick to embedding images in new outlook and outlook on the web contacts? Using Outlook 4
L new outlook contacts searching Using Outlook 5
R Outlook 2010 Outlook 2010 migration question Using Outlook 2
W New Outlook PEOPLE blank Using Outlook 6
C New Outlook issues with Gmail, particularly labels/folders Using Outlook 3
E What is the next workaround for macro in New Outlook 1.2025.1111.100 Outlook VBA and Custom Forms 3
E Need to digitally sign macro but VBA\Outlook crash Outlook VBA and Custom Forms 4
P Outlook 2003 no longer opens "without" Folder List Showing in Navigation Pane Using Outlook 2
Hornblower409 Outlook 2010 - Never ending update Using Outlook 0
V Outlook created new profile? Using Outlook 1
J Outlook inbox question Using Outlook 4
T How to Add AT&T Contacts to Outlook 365 Using Outlook 5
F Outlook 2021 outlook on iPhone Using Outlook 1
F Outlook 2021 Outlook on iPhone asks for password Using Outlook 0

Similar threads

Back
Top