0
votes
1answer
26 views

Why does Outlook 2007 sometimes ignore css font-family, and only heed <font> tag?

I have two Windows computers, both with Outlook 2007. I send both an HTML email with stuff like: <div style='font-family:Times New Roman,Serif;font-size:11pt'> ... In one Outlook it shows up ...
0
votes
0answers
25 views

Outlook for Mac (2011): Conditional Comments

Setup: I am trying my hand at an email with responsive design. Let me say up front, I am experienced enough that I expect there to be email clients that I can't control for. However, the one I am ...
1
vote
4answers
109 views

Background images not working in Outlook 2007 and later

I made an HTML Email Template that is working fine in most email readers, but the background images are not showing in Outlook 2007, 2010, and 2013. How can I solve the problem? Here's the HTML for ...
0
votes
1answer
67 views

Table's border-right doesn't show in email template when viewed in Outlook

I have gone through a lot of threads, but I couldn't find something helpful. If that's a duplicate please point me to the relevant thread. We have created a custom RSS feed for one of our websites in ...
0
votes
2answers
68 views

Outlook Border not resolving

I'm trying to make a HTML email template (difficult at the best of times) and I am trying to have a double line between the header and content. I'm trying to use border styles to achieve this like so: ...
0
votes
1answer
33 views

Strange E-Mail Template behaviour in Outlook due to “misalignedColumns”

I've completed an E-Mail Template that has alternating rows containing blocks of two and one size blocks: [--][-] [-][--] [--][-] [-][--] I've saved the source code from Outlook and opened it in a ...
0
votes
2answers
57 views

html newsletter rendering on outlook 2007

i'm become very frustrated about this stuff i'm using html email boilerplate framework to build my own one. from some test it's still not well rendered on outlook 2007 here to grab my code ...
1
vote
1answer
239 views

HTML Email - Outlook.com won't recognise my vertical align control for an image

I have an image in cell 1 of a 2 cell row. There is text in cell 2. Because Outlook.com decides to give extra spacing between text (compared to other browsers) it is distorting (adding height to) ...
0
votes
2answers
172 views

Div padding/background-color not working in outlook

<div align="center" style="background:#bfcfe4;"><font face="Arial, Helvetica, sans-serif" style="font-size: 13px;"><br /><div style="width:666px; background-color:#ffffff; ...
1
vote
1answer
70 views

HTML Email - Image with <a> tag inverts colour on click - Outlook

Outlook 2010 - Weird colour invert upon click Style sheet: <style> img {outline:none; text-decoration:none;} a img {border:none;} .image_fix {display:block;} </style> Code in table: ...
0
votes
0answers
133 views

html email getting cut off in outlook [closed]

I have created an html email that works fine in all email clients except outlook. Some of the text gets cut off on the right hand side of the page. The email is also not aligning properly. any ...
0
votes
1answer
62 views

html email outlook asks to download images

There may be absolutely no way to do this, and it might also be frowned upon. When I send a html email to outlook, the user is sometimes asked if they want to download the images and sometimes they ...
2
votes
3answers
123 views

How to remove default padding/margin from around the email view of outlook for HTML emails

I'm having some trouble finding away to remove the padding or margin default values from around my html email in most versions of outlook. I was wondering if there is something that I can put into my ...
0
votes
1answer
54 views

title=“” not displaying in html email

<a href="http://link" target="_blank" title="Check out our NEW E-Catalogue" alt="Check out our NEW E-Catalogue" name="Check out our NEW E-Catalogue"><img alt="Check out our NEW E-Catalogue" ...
-3
votes
3answers
511 views

Outlook HTML Email

I have a HTML Email hosted at http://www.jn-design.co.uk/misc/Swagelok/email.html The layout when being tested in earlier versions of outlook pre 2007 , seems to break. The content is moved to the ...
1
vote
1answer
374 views

Can not properly hide images in outlook 2013 HTML Emails

I'm having problem hiding images properly in outlook 2013, even though they are hidden they add a line of spacing where they have been hidden making the email look stretched. This is the code I have ...
0
votes
2answers
548 views

Responsive html e-mail: outlook

I've made a html e-mail template that's supposed to be responsive. It displays perfect on different e-mail clients and mobile. But on Outlook it gots stretched to 100%, which is absolutely not cool, ...
0
votes
1answer
628 views

Extra space added to HTML e-mail when sent from Outlook to Gmail

If I open the following HTML e-mail in Gmail or Outlook it renders as it should: <img src="img.png" /> However, if I open it in Outlook and then forward it to Gmail, it adds extra garbage ...
1
vote
1answer
83 views

Email Link Unable to open on outlook

In my project i integrated html email for reset password option.User click on link and if user submit his email he will get mail having link to reset his password. The link is opening on Gmail. But ...
0
votes
0answers
180 views

Attachment overlap with CID image in Outlook for a calendar invitation

I'm working on a calendaring system which creates a calendar invitation and is properly recognized as a calendar invitation in common systems. The invite contains the following multipart sections: 1) ...
0
votes
1answer
119 views

How to create a calendar appointment with time zone support

I’m trying to create a new calendar event for outlook. It is created successful but when some guy from another country (another zone time) opens it, the date and time is Not correct. Here is the code ...
0
votes
1answer
151 views

Office Outlook Web Access injects unwanted CSS in our emails. What triggers this and how to fix it?

The injected styles result in all text being underlined. It does not inject the styles in messages originating from Outlook, and does not inject them in all HTML-formatted messages. Our HTML ...
6
votes
4answers
626 views

Outlook 2010 does not include style tag in signature

I have issue to create HTML signature emails for Outlook. I have a style tag before signature and add media width for responsive email. <style type="text/css"> div, p, a, li, td { ...
1
vote
4answers
248 views

Safe markup for HTML email

Email clients are limited in their HTML display capabilities. What HTML markup and CSS styles is it safe to use in HTML-formatted email?
0
votes
1answer
92 views

Table layouts for html email [closed]

I'm trying to build a html email and it's going okay apart from this inner table which I'm trying to make into a rounded box. The table and cells are set to have a width of 410px combined but the ...
1
vote
1answer
1k views

Sending Outlook Email with embedded image using VBS

I am currently using the following VBS script to send an email and it works fine, however the image is sent as an attachment. I would instead like to embed the image into the email. I understand ...
0
votes
2answers
483 views

HTML Emails, text-decoration on links

I am making a html mail template and I cant figure out how to remove text-decoration completely. I works very well in Thunderbird, but not in Outlook and Gmail. In Outlook, the visited links get a ...
0
votes
1answer
640 views

CSS line spacing issue in Outlook email signature

We're testing this email signature in Outlook and are encountering an issue where an extra few pixels of line spacing is appearing before the last line. This seems related to the way Outlook renders ...
0
votes
2answers
637 views

Outlook not respecting table cell width in html email

I am trying to create an HTML email that uses gradients that will render properly in all email clients. I initially tried a vertically repeating 1px by 13px image background using a TD property and ...
3
votes
3answers
2k views

Responsive 2 column to 1 column email in Outlook 2007, 2010, and 2013

I'm working on optimizing HTML emails for mobile devices. I have been tasked with finding a universal solution for creating a 2 column to 1 column responsive layout. I found an article written by ...
0
votes
3answers
362 views

Outlook 2007 and 2010 table cell formatting lost with long content

The set up: <table width="600" > <tr> <td width="400" rowspan="2" valign="top"> With very long content here* </td> <td width="200" ...
2
votes
2answers
3k views

HTML-signature renders differently

I am making a new html signature for use in Outlook 2010. It looks fine in browsers and most email clients but in Outlook 2010 it renders a bit wrong. As you can see from the first screenshot from ...
7
votes
4answers
673 views

Rendering of zero width table cells in Outlook

First off: I hate Outlook :) Here is why: I am trying to send an email with the following structure (this is just a simplified example so please don't tell me "Just get rid of the middle tds") ...
2
votes
5answers
2k views

Large gap in table - Outlook 2010

I am working on multiple emails for a client who is using Outlook 2010 version 14 for a PC in their office. No matter how the email is created the right side of the table is blown way out. For ...
8
votes
3answers
7k views

How can I fix image display in Outlook 2013?

In the trial version of Outlook 2013, images in HTML emails are being displayed very oddly. As far as I can figure through testing, it looks like images shorter than 20 pixels tall have padding added ...
0
votes
0answers
414 views

OWA HTML email text converted to plain text in all browser except IE

I want to send message with background image and some text with some good formatting. (Which is to be accessed on Outlook and OWA). I am able to display background image properly in both (OWA & ...
2
votes
1answer
2k views

HTML Email Render in Outlook - VML

I have created a HTML email and when viewing in Outlook 2007 I couldn't see some images as they were backgrounds. I have done some hack using VML however it won't let me leave the height value blank ...
1
vote
1answer
746 views

Outlook Mail Item with OFT Template

I need to create a new Outlook Mail Item using a pre existing oft template. This works fine, but my problem is when I need to then add text to the body of the template. when i attempt this, it writes ...
0
votes
1answer
230 views

stop tiling on body tag in Outlook

I'm using a background image on a body tag for an emailer but when I test it in Outlook it is tiling x and y. Is there a way to stop this from happening? <body ...
1
vote
4answers
395 views

getting rid of space with the superscript in html emails

superscript is leaving a big space between the line height. code is <span style="position:relative; bottom:0.2em; font-size: 0.8em">&reg;</span> I am not using the ...
0
votes
1answer
81 views

Html email to outook 2003/2007

I usualy just find answers on StackOverflow but couldn't find anything good about this subject. I have a C++ program that needs to send formatted html with CSS (and embeded images) and the main e-mail ...
0
votes
0answers
2k views

Outlook 2010 doesn't show HTML emails sent with multipart/related

I'm programming an email newsletter with a couple of embedded images. The headers look like: ... (snip) MIME-Version: 1.0 Content-type: multipart/related; boundary="xyzzy1220091" This message is in ...
0
votes
2answers
402 views

Vspace in Outlook 2007/2010

I have an html newsletter which works in most email carriers but the formatting is messed up in outlook. I have put vspace="10" on the image tag to put 10px margin on the top and bottom of the image ...
0
votes
1answer
785 views

Weird spacing and border issue in html email sent to outlook 2010

I am sending simple html mail that has one simple table. The mail appears just fine in all web browsers but outlook 2010 seems odd. How to fix this? I tried several variations, but result is same. ...
1
vote
2answers
4k views

Outlook 2007/2010 adds random line breaks/white space to HTML E-Mail

**Edit, the issue only exists in the preview pane of the Outlook Web App** I have tried just about everything, but I cannot seem to rid the white spaces/line breaks that Outlook 2007/2010 renders in ...
1
vote
4answers
5k views

Outlook 2010 overriding font-family from Arial to Times New Roman

I'm programmatically sending HTML-formatted email, and setting the font as Arial throughout (font-family: Arial;). When the messages arrive in Outlook 2010, text in table elements is in Times New ...
3
votes
3answers
1k views

HTML-Mail: Some links not working in Outlook 2007

I'm pretty clueless on this issue at the moment so any help even small hints that might lead to the solution are really appreciated! I've got an HTML mail that basically is a two column layout and in ...
3
votes
3answers
5k views

How to embed an image into an Outlook HTML email message?

We have a Winforms application which supports dragging and dropping chunks of HTML into Outlook (HTML) mail messages. Chunks of text are fine. But how do we proceed with images? Let's assume we ...
0
votes
1answer
158 views

How to convert an email to an image?

I have to convert the content of several hundard emails in a user's inbox to individual images (one image per email, TIFF or PNG). Is there any programming interface (VBA?) avaiable on Windows Outlook ...
0
votes
0answers
76 views

Images in HTML email are shown as .txt files in inbox

For one of our clients I've created a HTML e-mail that gets send out to about 1000 recipients. On my system and all my test accounts (gmail, hotmail, yahoo, Apple mail, Outlook 2007 and 2010) the ...

1 2