Hi,
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.
Here is my code:
HTML Code:<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:cctd="http://www.constantcontact.com/cctd"> <head> <title>Hairless New Year</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="620" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="margin-top:10px; margin-bottom:10px;"> <tr> <td> <table width="599" height="757" border="0" cellpadding="0" cellspacing="0" style="border: 4px solid #8da9c4" align="center"> <tr> <td> <img src="http://www.ronnikolotkin.com/email/new_year_10/images/header.jpg" alt="" width="599" height="155" border="0" ></td> </tr> <tr> <td> <img src="http://www.ronnikolotkin.com/email/new_year_10/images/body.jpg" alt="" width="599" height="167" border="0" ></td> </tr> <tr> <td><a href="http://www.ronnikolotkin.com/hair-removal-appointments.php"><img src="http://www.ronnikolotkin.com/email/new_year_10/images/package_deals_link.jpg" alt="" width="599" height="18" border="0"></a></td> </tr> <tr> <td> <img src="http://www.ronnikolotkin.com/email/new_year_10/images/body2.jpg" alt="" width="599" height="120" border="0" ></td> </tr> <tr> <td> <img src="http://www.ronnikolotkin.com/email/new_year_10/images/body3.jpg" alt="" width="599" height="236" border="0" ></td> </tr> <tr> <td><a href="http://www.ronnikolotkin.com/"><img src="http://www.ronnikolotkin.com/email/new_year_10/images/link.jpg" alt="" width="599" height="28" border="0" ></a></td> </tr> <tr> <td> <img src="http://www.ronnikolotkin.com/email/new_year_10/images/address.jpg" alt="" width="599" height="33" border="0" ></td> </tr> </table> </td> </tr> </table> </body> </html>


Reply With Quote
Bookmarks