HTML signature image does not appear

Jucélio Rosa 21 Reputation points
2023-09-12T11:58:17.73+00:00

Good afternoon

I have Office 2010 installed on the machine, I am having problems with the Outlook signature, my signature has my company logo that does not appear in the image. I would like to know how I can resolve this.

Thanks.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,574 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,383 questions
Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,631 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,146 questions
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 18,656 Reputation points MVP
    2023-09-22T01:16:30.2566667+00:00

    Review the HTML code for your email signature to make sure the image tag is correctly formatted. It should look something like this:

    <img src="https://www.example.com/logo.png" alt="Company Logo">

    Replace the URL with the actual URL of your image.

    Outlook has security settings that can block external images for privacy and security reasons. To check these settings, go to File > Options > Trust Center > Trust Center Settings > Automatic Download. Make sure the option "Don't download pictures automatically in HTML email messages or RSS items" is not selected.

    Ensure that you are using an up-to-date version of Outlook. Outdated versions may have compatibility issues.

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.