I'm coding a simple HTML email in Dreamweaver. When I view the test email in Hotmail, there is white space between each slice (image defined within the <td> tags. I'm wondering what is causing this. I would really appreciate any advice.
Actually, I was wrong. The email now displays fine in yahoo, gmail, and Mac Mail in both Windows and OS X, but in Hotmail in OS X there are white spaces b/w some of the images. There are not, however, white spaces between the images when viewed on Windows in hotmail. Agh!
For the table, apply
style="border-collapse: collapse"
for the images, add
style="display: block;"
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
It now renders well in everything EXCEPT Yahoo viewed in windows. There is a very thin white line across the middle of the email, between two images. Not sure what is causing that.
Oh, and what exactly is HTML Playground? I don't see an explanation on its site... is it a way to test code for all browsers?
It's just a code tester, put code in, and it shows you the preview of it, I use it as a code editor, I don't use any software, I do it all only in HTML Playground.
Ah, very cool. While the code looks good there, Hotmail and Yahoo seem to be doing something a little weird to it.
One other question I have is about background images on HTML emails..
I made the text an image for this email because I read that Gmail can drop background images. For example, if I assigned an image as the background of a <td> so that I could type over it, certain Mail clients might drop the background. however, i tried this and it rendered fine in Gmail, Hotmail, Yahoo, and Mail. I'm still hesitant to put an image as a background because of what I've read. Do you know about this?
In my testing (we used to send out HTML emails quite often), MSN & Outlook blocked the background images.
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
In my testing (we used to send out HTML emails quite often), MSN & Outlook blocked the background images.
Bless you for posting this!!! Solved my problem immediately with the spaces happening after images. It fixed it in aol, yahoo, gmail, outlook and hotmail.
Bookmarks