Stacked
One detail per line, no dividers.
Best for: Anyone who wants the safest possible result, and anyone whose colleagues read mail on a phone.
A single-column table. There is nothing sitting beside anything else, so there is no column width to get wrong and nothing to collapse on a narrow screen. Vertical spacing is cell padding, never margin, because Word drops margins on block elements.
Show the HTML for the stacked layout3.3 KB+
<table role="presentation" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;">
<tr><td style="padding:0;font-family:Arial, Helvetica, sans-serif;font-size:16px;line-height:23px;mso-line-height-rule:exactly;color:#4f46e5;font-weight:bold;">Jordan O'Malley</td></tr>
<tr><td style="padding:3px 0 0 0;font-family:Arial, Helvetica, sans-serif;font-size:13px;line-height:19px;mso-line-height-rule:exactly;color:#444444;font-weight:normal;">Operations Manager</td></tr>
<tr><td style="padding:2px 0 0 0;font-family:Arial, Helvetica, sans-serif;font-size:13px;line-height:19px;mso-line-height-rule:exactly;color:#1a1a1a;font-weight:bold;">Ridgeline Plumbing & Heating</td></tr>
<tr><td height="8" style="height:8px;line-height:8px;font-size:1px;mso-line-height-rule:exactly;"> </td></tr>
<tr><td style="padding:2px 0 0 0;font-family:Arial, Helvetica, sans-serif;font-size:13px;line-height:19px;mso-line-height-rule:exactly;color:#444444;font-weight:normal;"><a href="tel:7045550134" style="color:#444444;text-decoration:none;"><span style="color:#444444;text-decoration:none;">(704) 555-0134</span></a></td></tr>
<tr><td style="padding:2px 0 0 0;font-family:Arial, Helvetica, sans-serif;font-size:13px;line-height:19px;mso-line-height-rule:exactly;color:#444444;font-weight:normal;"><a href="mailto:jordan@example.com" style="color:#444444;text-decoration:none;"><span style="color:#444444;text-decoration:none;">jordan@example.com</span></a></td></tr>
<tr><td style="padding:2px 0 0 0;font-family:Arial, Helvetica, sans-serif;font-size:13px;line-height:19px;mso-line-height-rule:exactly;color:#444444;font-weight:normal;"><a href="https://example.com/" style="color:#4f46e5;text-decoration:none;"><span style="color:#4f46e5;text-decoration:none;">example.com</span></a></td></tr>
<tr><td height="8" style="height:8px;line-height:8px;font-size:1px;mso-line-height-rule:exactly;"> </td></tr>
<tr><td style="padding:0;font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:17px;mso-line-height-rule:exactly;color:#767676;font-weight:normal;"><a href="https://www.linkedin.com/in/jordan-omalley" style="color:#4f46e5;text-decoration:none;font-weight:bold;"><span style="color:#4f46e5;text-decoration:none;font-weight:bold;">LinkedIn</span></a> <span style="color:#767676;">·</span> <a href="https://www.facebook.com/ridgelineplumbing" style="color:#4f46e5;text-decoration:none;font-weight:bold;"><span style="color:#4f46e5;text-decoration:none;font-weight:bold;">Facebook</span></a></td></tr>
<tr><td height="12" style="height:12px;line-height:12px;font-size:1px;mso-line-height-rule:exactly;"> </td></tr>
<tr><td style="padding:0;"><table role="presentation" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;"><tr><td bgcolor="#4f46e5" style="background-color:#4f46e5;padding:9px 18px;font-family:Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;mso-line-height-rule:exactly;color:#ffffff;font-weight:bold;"><a href="https://example.com/book" style="display:inline-block;font-family:Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;font-weight:bold;color:#ffffff;text-decoration:none;"><span style="color:#ffffff;text-decoration:none;">Book a service call</span></a></td></tr></table></td></tr>
</table>Filled in with sample details. Use the builder above for your own — the structure is identical. Note the escaped apostrophe in O'Malley and the escaped ampersand in the company name: that is what stops a name like O’Malley from breaking the markup.