Link to home
Start Free TrialLog in
Avatar of Brian Neal
Brian NealFlag for United States of America

asked on

html company wide signature (Office365)

I have an html issue.
I had a 3rd party company create a company wide signature for my Organization.
The issue I am trying to resolve is that the signature looks great when viewing in a browser or phone.
But when the signature comes through the outlook desktop client my logo is moved "Lowered" and I can't have this as it's representative of my
company I will not settle for something that is not 100% correct.

Microsoft has after many many hours spent with there outlook team said there was an issue with the client and so I am at my wits end.
htmlsignature.txt
Avatar of David Favor
David Favor
Flag of United States of America image

Since you haven't provided your signature, no way to tell for sure.

Guess: You have zero chance of having any signature show up correctly if there's any CSS being used.

Instead try generating a highly compressed jpeg, using mozjpeg.

Or for a real answer, provide an example of your signature for review.
Brian,

@david is right and makes a very valid point. It is very difficult to diagnose this without all the pieces. In order to give you a complete, logicial, and accurate answer, you will need to post the signature file in question.
Avatar of Brian Neal

ASKER

I uploaded a text file.
:)
Add padding to your image directly and force the row to that height
Please try this HTML

<table border="0" width="470" cellspacing="0" cellpadding="0" data-mysignature-version="2018-06-19T17:15:48.701Z | 0">
<tbody>
<tr>
<td width="100" height="100"><img src="https://axiosindustrial.com/wp-content/uploads/2018/06/AXIOS_logo_color.png" alt="" width="100" height="80" /></td>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><strong>%%displayname%%</strong></td>
</tr>
<tr>
<td>%%title%%</td>
</tr>
<tr>
<td>P:<a>%%Phone%% | </a>C:<a>%%MobileNumber%% </a></td>
</tr>
</tbody>
</table>
<table border="0" width="470" cellspacing="0" cellpadding="0" data-mysignature-version="2018-06-19T17:15:48.701Z | 0">
<tbody>
<tr>
<td>%%street%%<br /> %%city%%, %%state%% %%zipcode%%</td>
</tr>
<tr>
<td><a href="http://axiosindustrial.com" target="_blank">axiosindustrial.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
But Outlook will use its own HTML formatting (It will render you speechless) so once you clean up the HTML, just copy-paste the part that you want to use as a signature and paste it inside the signature's html file. You can access these files at: %AppData%\Roaming\Microsoft\Signatures.
Thanks Fellas I will start testing now.
Apologies I had to go off site yesterday.
Awesome help fellas!!
David the code was great all I had to do was add a few lines and it worked perfectly!
Thank You So Much!!
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Accept: 'David Favor' (https:#a42692782)

If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

jackieman
Experts-Exchange Cleanup Volunteer