Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

Hotmail & HTML emails

Question posted by: tangerine777 (Newbie) on March 28th, 2008 03:40 AM
Hi,

I've been trying to figure this problem out for a long time but couldn't figure it out. Basically I've been having trouble getting my HTML based email blasts (like e-newsletters you would get from HomeDepot.com etc) to display correctly in Hotmail.

For some strange reason every time I start a new row or column (eg. <TR> <TD> etc) in a simple table, Hotmail causes creates a gap when it renders the HTML in its web-based client. As a result, when the table is complicated with a lot of slices, the email becomes all broken up and difficult to read.

I noticed this is a common problem with many marketing e-mails and it doesn't seem like there is anything wrong with the HTML code itself.

Are there any HTML coding guidelines I can follow to solve this problem? I use of CSS is a bit restrictive as the tool which sends out emails don't support them, actually all CSS have to be inline.

thanks for your help

Byron
ronverdonk's Avatar
ronverdonk
Moderator
4,139 Posts
March 28th, 2008
11:13 PM
#2

Re: Hotmail & HTML emails
Show some code, at least the <tr><td> part of it, so we can see if there is anything funny in your script.

Ronald

Reply
Kid Programmer's Avatar
Kid Programmer
Familiar Sight
174 Posts
March 30th, 2008
01:06 PM
#3

Re: Hotmail & HTML emails
I don't completely get your question but if I do you can try using something in the <table border="3"> tag called cellspacing and cellpadding. Cellspacing changes the spacing between each cell. Cellpadding increases the size of the cell. Maybe setting these to 0 will help. But please show us your code.

Reply
Kid Programmer's Avatar
Kid Programmer
Familiar Sight
174 Posts
April 1st, 2008
08:58 PM
#4

Re: Hotmail & HTML emails
Are you going to post a reply?

Reply
Reply
Not the answer you were looking for? Post your question . . .
189,087 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
Top HTML / CSS Forum Contributors