Outlook message preview bug when sending from OutlookSending Tasks using an offline OutlookWhen Outlook 2007 ignores css, how to specify font-size?Saving OFT templates with MS OutlookOutlook MailItem cache issue when saving in vb.netOutlook not showing all address on from fieldAdd image at background, outlook problemsOutlook 2010 HTML Display: Newsletter displays fine on one's computer, but not anotherWhy does the alt or title tags don't work in e-mails?HTML Email - Issues with sending to OutlookIs there a way to stop Outlook from breaking padding of <div>
How does turbine efficiency compare with internal combustion engines if all the turbine power is converted to mechanical energy?
Were there 486SX revisions without an FPU on the die?
Why did MS-DOS applications built using Turbo Pascal fail to start with a division by zero error on faster systems?
How would one country purchase another?
Is it insecure to have an ansible user with passwordless sudo?
How to draw a square on cylinder?
What is the hex versus octal timeline?
How do I make distance between concentric circles equal?
Efficiently pathfinding many flocking enemies around obstacles
Why were movies shot on film shot at 24 frames per second?
Why don't electrons take the shorter path in coils
Don't understand MOSFET as amplifier
Why is my Earth simulation slower than the reality?
Is "stainless" a bulk or a surface property of stainless steel?
Is it safe to remove the bottom chords of a series of garage roof trusses?
Why does The Ancient One think differently about Doctor Strange in Endgame than the film Doctor Strange?
Give function defaults arguments from a dictionary in Python
Is a butterfly one or two animals?
Was Switzerland really impossible to invade during WW2?
Most practical knots for hitching a line to an object while keeping the bitter end as tight as possible, without sag?
Is it appropriate for a prospective landlord to ask me for my credit report?
Why can't an Airbus A330 dump fuel in an emergency?
Can my boyfriend, who lives in the UK and has a Polish passport, visit me in the USA?
If all stars rotate, why was there a theory developed, that requires non-rotating stars?
Outlook message preview bug when sending from Outlook
Sending Tasks using an offline OutlookWhen Outlook 2007 ignores css, how to specify font-size?Saving OFT templates with MS OutlookOutlook MailItem cache issue when saving in vb.netOutlook not showing all address on from fieldAdd image at background, outlook problemsOutlook 2010 HTML Display: Newsletter displays fine on one's computer, but not anotherWhy does the alt or title tags don't work in e-mails?HTML Email - Issues with sending to OutlookIs there a way to stop Outlook from breaking padding of <div>
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I know most of you are lucky not to deal with this, but unfortunately I have to, so...
I have a client who is sending emails from Outlook, and I've been creating some .oft templates for her. All is good, she is fine that email is not responsive and most of these are internal emails that got opened in Outlook anyway.
But, whenever I have an image header as a first thing in the email, the Outlook preview pane is displaying IMAGE URL as a first line in message preview instead of image alt tag or anything else for that matter.
Not sure if there's a fix for this? Any help is appreciated.
Tried adding the alt tag to the header image, changing it in Outlook before sending - nothing helps.
email outlook html-email
add a comment |
I know most of you are lucky not to deal with this, but unfortunately I have to, so...
I have a client who is sending emails from Outlook, and I've been creating some .oft templates for her. All is good, she is fine that email is not responsive and most of these are internal emails that got opened in Outlook anyway.
But, whenever I have an image header as a first thing in the email, the Outlook preview pane is displaying IMAGE URL as a first line in message preview instead of image alt tag or anything else for that matter.
Not sure if there's a fix for this? Any help is appreciated.
Tried adding the alt tag to the header image, changing it in Outlook before sending - nothing helps.
email outlook html-email
add a comment |
I know most of you are lucky not to deal with this, but unfortunately I have to, so...
I have a client who is sending emails from Outlook, and I've been creating some .oft templates for her. All is good, she is fine that email is not responsive and most of these are internal emails that got opened in Outlook anyway.
But, whenever I have an image header as a first thing in the email, the Outlook preview pane is displaying IMAGE URL as a first line in message preview instead of image alt tag or anything else for that matter.
Not sure if there's a fix for this? Any help is appreciated.
Tried adding the alt tag to the header image, changing it in Outlook before sending - nothing helps.
email outlook html-email
I know most of you are lucky not to deal with this, but unfortunately I have to, so...
I have a client who is sending emails from Outlook, and I've been creating some .oft templates for her. All is good, she is fine that email is not responsive and most of these are internal emails that got opened in Outlook anyway.
But, whenever I have an image header as a first thing in the email, the Outlook preview pane is displaying IMAGE URL as a first line in message preview instead of image alt tag or anything else for that matter.
Not sure if there's a fix for this? Any help is appreciated.
Tried adding the alt tag to the header image, changing it in Outlook before sending - nothing helps.
email outlook html-email
email outlook html-email
asked Mar 27 at 15:43
elveezelveez
146 bronze badges
146 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Outlook 2013-2019 will preview the first 35 characters of an email. You have two choices, you could instruct your client to always start with text and treat it like a secondary subject line or you can add a hidden area with 35
in a row so that the client can start with an image, but then you lose out on preview text.
<div style="font-size: 1px; line-height:1px; display: none !important; mso-hide:all;"> </div>
Or...
<div style="font-size: 1px; line-height:1px; display: none !important; mso-hide:all;">Dealing with Outlook's shortcomings</div>
The easiest might be to convince them to make it a second subject line for every message so they get into the habit of using this so that the url issue never shows up again.
More information on preview text:
- https://litmus.com/blog/the-ultimate-guide-to-preview-text-support
Good luck.
1
Fantastic! Thanks a lot.The first way (35 ) did not work for me, the preview text was still displaying the image URL. But adding the hidden div before the image with the preview text (non-empty) of my choosing worked great.
– elveez
Mar 27 at 18:33
And, my Outlook (Microsoft Outlook for Office 365 MSO) default view is 3 lines of text as a preview - so it seems that option would work as well but you will need lot more than 35 of them! Thanks!
– elveez
Mar 27 at 18:44
You didn't specify which version of Outlook you are supporting, so I covered the last few desktop versions and what they support. If you looked at the link I shared, you'd see how many characters various email clients will preview. The good news is now you have a solution.
– gwally
Mar 27 at 20:30
@gwally "By default it shows 35" but the user has an option to show more. See image --> i.stack.imgur.com/gND3O.png. So its best to add more just in case ;-)
– Syfer
Mar 29 at 0:35
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55381251%2foutlook-message-preview-bug-when-sending-from-outlook%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Outlook 2013-2019 will preview the first 35 characters of an email. You have two choices, you could instruct your client to always start with text and treat it like a secondary subject line or you can add a hidden area with 35
in a row so that the client can start with an image, but then you lose out on preview text.
<div style="font-size: 1px; line-height:1px; display: none !important; mso-hide:all;"> </div>
Or...
<div style="font-size: 1px; line-height:1px; display: none !important; mso-hide:all;">Dealing with Outlook's shortcomings</div>
The easiest might be to convince them to make it a second subject line for every message so they get into the habit of using this so that the url issue never shows up again.
More information on preview text:
- https://litmus.com/blog/the-ultimate-guide-to-preview-text-support
Good luck.
1
Fantastic! Thanks a lot.The first way (35 ) did not work for me, the preview text was still displaying the image URL. But adding the hidden div before the image with the preview text (non-empty) of my choosing worked great.
– elveez
Mar 27 at 18:33
And, my Outlook (Microsoft Outlook for Office 365 MSO) default view is 3 lines of text as a preview - so it seems that option would work as well but you will need lot more than 35 of them! Thanks!
– elveez
Mar 27 at 18:44
You didn't specify which version of Outlook you are supporting, so I covered the last few desktop versions and what they support. If you looked at the link I shared, you'd see how many characters various email clients will preview. The good news is now you have a solution.
– gwally
Mar 27 at 20:30
@gwally "By default it shows 35" but the user has an option to show more. See image --> i.stack.imgur.com/gND3O.png. So its best to add more just in case ;-)
– Syfer
Mar 29 at 0:35
add a comment |
Outlook 2013-2019 will preview the first 35 characters of an email. You have two choices, you could instruct your client to always start with text and treat it like a secondary subject line or you can add a hidden area with 35
in a row so that the client can start with an image, but then you lose out on preview text.
<div style="font-size: 1px; line-height:1px; display: none !important; mso-hide:all;"> </div>
Or...
<div style="font-size: 1px; line-height:1px; display: none !important; mso-hide:all;">Dealing with Outlook's shortcomings</div>
The easiest might be to convince them to make it a second subject line for every message so they get into the habit of using this so that the url issue never shows up again.
More information on preview text:
- https://litmus.com/blog/the-ultimate-guide-to-preview-text-support
Good luck.
1
Fantastic! Thanks a lot.The first way (35 ) did not work for me, the preview text was still displaying the image URL. But adding the hidden div before the image with the preview text (non-empty) of my choosing worked great.
– elveez
Mar 27 at 18:33
And, my Outlook (Microsoft Outlook for Office 365 MSO) default view is 3 lines of text as a preview - so it seems that option would work as well but you will need lot more than 35 of them! Thanks!
– elveez
Mar 27 at 18:44
You didn't specify which version of Outlook you are supporting, so I covered the last few desktop versions and what they support. If you looked at the link I shared, you'd see how many characters various email clients will preview. The good news is now you have a solution.
– gwally
Mar 27 at 20:30
@gwally "By default it shows 35" but the user has an option to show more. See image --> i.stack.imgur.com/gND3O.png. So its best to add more just in case ;-)
– Syfer
Mar 29 at 0:35
add a comment |
Outlook 2013-2019 will preview the first 35 characters of an email. You have two choices, you could instruct your client to always start with text and treat it like a secondary subject line or you can add a hidden area with 35
in a row so that the client can start with an image, but then you lose out on preview text.
<div style="font-size: 1px; line-height:1px; display: none !important; mso-hide:all;"> </div>
Or...
<div style="font-size: 1px; line-height:1px; display: none !important; mso-hide:all;">Dealing with Outlook's shortcomings</div>
The easiest might be to convince them to make it a second subject line for every message so they get into the habit of using this so that the url issue never shows up again.
More information on preview text:
- https://litmus.com/blog/the-ultimate-guide-to-preview-text-support
Good luck.
Outlook 2013-2019 will preview the first 35 characters of an email. You have two choices, you could instruct your client to always start with text and treat it like a secondary subject line or you can add a hidden area with 35
in a row so that the client can start with an image, but then you lose out on preview text.
<div style="font-size: 1px; line-height:1px; display: none !important; mso-hide:all;"> </div>
Or...
<div style="font-size: 1px; line-height:1px; display: none !important; mso-hide:all;">Dealing with Outlook's shortcomings</div>
The easiest might be to convince them to make it a second subject line for every message so they get into the habit of using this so that the url issue never shows up again.
More information on preview text:
- https://litmus.com/blog/the-ultimate-guide-to-preview-text-support
Good luck.
answered Mar 27 at 18:11
gwallygwally
1,9312 gold badges6 silver badges18 bronze badges
1,9312 gold badges6 silver badges18 bronze badges
1
Fantastic! Thanks a lot.The first way (35 ) did not work for me, the preview text was still displaying the image URL. But adding the hidden div before the image with the preview text (non-empty) of my choosing worked great.
– elveez
Mar 27 at 18:33
And, my Outlook (Microsoft Outlook for Office 365 MSO) default view is 3 lines of text as a preview - so it seems that option would work as well but you will need lot more than 35 of them! Thanks!
– elveez
Mar 27 at 18:44
You didn't specify which version of Outlook you are supporting, so I covered the last few desktop versions and what they support. If you looked at the link I shared, you'd see how many characters various email clients will preview. The good news is now you have a solution.
– gwally
Mar 27 at 20:30
@gwally "By default it shows 35" but the user has an option to show more. See image --> i.stack.imgur.com/gND3O.png. So its best to add more just in case ;-)
– Syfer
Mar 29 at 0:35
add a comment |
1
Fantastic! Thanks a lot.The first way (35 ) did not work for me, the preview text was still displaying the image URL. But adding the hidden div before the image with the preview text (non-empty) of my choosing worked great.
– elveez
Mar 27 at 18:33
And, my Outlook (Microsoft Outlook for Office 365 MSO) default view is 3 lines of text as a preview - so it seems that option would work as well but you will need lot more than 35 of them! Thanks!
– elveez
Mar 27 at 18:44
You didn't specify which version of Outlook you are supporting, so I covered the last few desktop versions and what they support. If you looked at the link I shared, you'd see how many characters various email clients will preview. The good news is now you have a solution.
– gwally
Mar 27 at 20:30
@gwally "By default it shows 35" but the user has an option to show more. See image --> i.stack.imgur.com/gND3O.png. So its best to add more just in case ;-)
– Syfer
Mar 29 at 0:35
1
1
Fantastic! Thanks a lot.The first way (35 ) did not work for me, the preview text was still displaying the image URL. But adding the hidden div before the image with the preview text (non-empty) of my choosing worked great.
– elveez
Mar 27 at 18:33
Fantastic! Thanks a lot.The first way (35 ) did not work for me, the preview text was still displaying the image URL. But adding the hidden div before the image with the preview text (non-empty) of my choosing worked great.
– elveez
Mar 27 at 18:33
And, my Outlook (Microsoft Outlook for Office 365 MSO) default view is 3 lines of text as a preview - so it seems that option would work as well but you will need lot more than 35 of them! Thanks!
– elveez
Mar 27 at 18:44
And, my Outlook (Microsoft Outlook for Office 365 MSO) default view is 3 lines of text as a preview - so it seems that option would work as well but you will need lot more than 35 of them! Thanks!
– elveez
Mar 27 at 18:44
You didn't specify which version of Outlook you are supporting, so I covered the last few desktop versions and what they support. If you looked at the link I shared, you'd see how many characters various email clients will preview. The good news is now you have a solution.
– gwally
Mar 27 at 20:30
You didn't specify which version of Outlook you are supporting, so I covered the last few desktop versions and what they support. If you looked at the link I shared, you'd see how many characters various email clients will preview. The good news is now you have a solution.
– gwally
Mar 27 at 20:30
@gwally "By default it shows 35" but the user has an option to show more. See image --> i.stack.imgur.com/gND3O.png. So its best to add more just in case ;-)
– Syfer
Mar 29 at 0:35
@gwally "By default it shows 35" but the user has an option to show more. See image --> i.stack.imgur.com/gND3O.png. So its best to add more just in case ;-)
– Syfer
Mar 29 at 0:35
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55381251%2foutlook-message-preview-bug-when-sending-from-outlook%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown