Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <!-- ================================================================== EMAIL PROFESSIONAL SIGNATURE FOOTER ================================================================== - Built for maximum compatibility in all major email clients. - Uses table-based layouts and inlined CSS. --> <table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation" style="background-color:#ffffff;"> <tr> <td style="padding:20px;"> <!-- Main Container Table --> <table border="0" cellpadding="0" cellspacing="0" width="560" role="presentation" style="width:560px; max-width:560px;"> <!-- Signature Content --> <tr> <td style="padding-bottom:20px;"> <table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation"> <tr> <!-- Logo --> <td width="100" valign="top" style="width:100px; padding-right:20px; border-right:1px solid #e0e0e0;"> <a href="https://example.com" target="_blank"> <img src="https://placehold.co/80x80/cccccc/333333?text=LOGO" width="80" alt="Company Logo" style="width:80px; max-width:80px; display:block; border:0;"> </a> </td> <!-- Details --> <td valign="top" style="padding-left:20px;"> <p style="margin:0 0 5px 0; font-family: Arial, sans-serif; font-size:16px; line-height:22px; color:#1a1a1a; font-weight:bold;"> Sal Monella </p> <p style="margin:0 0 10px 0; font-family: Arial, sans-serif; font-size:14px; line-height:20px; color:#555555;"> Senior Sales Executive </p> <p style="margin:0 0 5px 0; font-family: Arial, sans-serif; font-size:14px; line-height:20px; color:#555555;"> <strong>P:</strong> <a href="tel:1-555-123-4567" style="color:#555555; text-decoration:none;">(555) 123-4567</a> </p> <p style="margin:0 0 5px 0; font-family: Arial, sans-serif; font-size:14px; line-height:20px; color:#555555;"> <strong>E:</strong> <a href="mailto:s.monella@example.com" style="color:#555555; text-decoration:none;">s.monella@example.com</a> </p> <p style="margin:0; font-family: Arial, sans-serif; font-size:14px; line-height:20px; color:#555555;"> <strong>W:</strong> <a href="https://example.com" target="_blank" style="color:#007bff; text-decoration:none;">www.example.com</a> </p> </td> </tr> </table> </td> </tr> <!-- Legal Disclaimer --> <tr> <td style="padding-top:20px; border-top:1px solid #e0e0e0;"> <p style="margin:0; font-family: Arial, sans-serif; font-size:11px; line-height:16px; color:#777777;"> CONFIDENTIALITY NOTICE: This email and any attachments are for the exclusive and confidential use of the intended recipient. If you are not the intended recipient, please do not read, distribute, or take any action in reliance on this message. If you have received this in error, please notify us immediately by return email and promptly delete this message and its attachments from your system. </p> </td> </tr> </table> </td> </tr> </table>