1
vote
3answers
39 views
+100

Newsletter tracking image Outlook

I have a newsletter system that keeps track of the people who read it. Although this function works only if permission is given to download the images. But this is not my problem at this time. My ...
0
votes
2answers
55 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 ...
-4
votes
2answers
53 views

HTML Mail on Outlook

i want to create a newsletter compatitable with Outlook. I'm getting a huge gap on the left only on Outlook clients. It's written in HTML. http://www.nikosdelig.com/eurasia-newsletter-russian.html
0
votes
2answers
294 views

Display CSS button in Outlook

I created a CSS gradient button with Button Maker but it doesn't display properly in Outlook given their CSS restrictions. I therefore want to have a more simple looking button displayed in Outlook ...
0
votes
1answer
140 views

outlook 2007 or 2010 doesn't support the background property

i am creating a newsletter which is send via email and in this newletter i am trying to use the <fieldset></fieldset> or <legend></legend> tag and when i give the background ...
0
votes
1answer
93 views

Having issue in outlook for newsletter

I have problem for extra spacing in outlook and you can see on attached image i highlighted in red color. I used p for this image the code is for this image <p style=" width:125; height:125; ...
1
vote
7answers
5k views

How make background image on newsletter in outlook?

I'm trying to make newsletter where I have some image as background and text on it. This is easy but I need this to work on Ms Outlook. What I have tried: 1. <td width="100" height="100" ...
1
vote
2answers
2k views

How do you insert a formatted HTML page into Outlook 2010? [closed]

I have Googled, trying to find the right way to send an HTML formatted email in Outlook, and have gotten absolutely NO-WHERE. Every single suggestion or tutorial has done nothing. Most of the ...
1
vote
1answer
114 views

eshot breaking out of table width only in outlook 2007

I've got an eshot working in Outlook 2003, Gmail, Hotmail, Yahoo Mail and Thunderbird and its 90% there in Outlook 2007 but there are a couple of bits of text that are breaking out of the main table ...
0
votes
0answers
81 views

Automatically Date Stamp an HTML Newsletter

I've created an HTML Newsletter for Microsoft Outlook 2010. And the newsletter is saved as a signature, so whenever I need it, I just add the signature. Since the newsletter goes out periodically, I ...
2
votes
3answers
72 views

Is there a way to display alt symbol if client doesn't support a symbol in html newsletter

I am new to UI and HTML newsletters I got stuck up with a problem. I have to display a rupee symbol in HTML newsletter (&#8377;). But not all mail clients, especially outlook 2007 support unicode ...
0
votes
1answer
549 views

Outlook shows bigger text when window display is set to Medium

I'm having an issue with Outlook and when Windows Display (Control Panel > All Control Panel Items > Display) is set to Medium - 125% (or larger) The text in the newsletter appears bigger and is ...
0
votes
2answers
286 views

Applying a background image to a td element in an email

I have a td and want to put a bg-image in it. In know there are different problems with using newsletters with css on different clients. I tried this: <td style=" background-image: ...
1
vote
1answer
143 views

Why does Outlook 2010 show my title on two lines?

I used a template to create an HTML newsletter for my company. I have very little knowledge of any programming language which is why I began with a template. I've sent a few tests to my work email ...
2
votes
1answer
196 views

How to send an email which exactly looks in the outlook express how i see in my web browser?

In my web browser this shows correctly. But when i send it to Gmail or Outlook it does not show correctly nor it show in the center alignment layouts. (many other newsletter i receive they fit it ...
0
votes
1answer
802 views

HTML-Newsletter: Image adjust

I have made an HTML-Newsletter Template. I have one Bug. How can i adjust images in table layouts? I have tried to to use margin but that wont work on Outlook 2010. Here ist the Code-Snipet from the ...
1
vote
2answers
773 views

text-decoration:none; being ignored in Outlook 2007

Is there a way to make text-decoration:none; work for links in a newsletter when viewed in Outlook 2007? I've tried inline styles in the head and body, applied directly to the anchor tags and a ...