Equivalent to float in Outlook
Set your widths on each aligned table using width=””, not CSS. An example that works: <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”> <html><head><meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″><title></title> <style type=”text/css”> table td { border-collapse: collapse; } .msoFix { mso-table-lspace:-1pt; mso-table-rspace:-1pt; } </style> </head> <body style=”margin: 0px; padding: 0px; background-color: #FFFFFF;” bgcolor=”#FFFFFF”> <table width=”100%” border=”0″ align=”center” cellpadding=”0″ cellspacing=”0″> … Read more