Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <!-- ================================================================== EMAIL PERSONAL CONNECTION 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 align="center" style="padding:40px 20px 0 20px;"> <!-- Main Container Table --> <table border="0" cellpadding="0" cellspacing="0" width="600" role="presentation" style="width:600px; max-width:600px;"> <!-- Signature Section --> <tr> <td style="padding-bottom:20px; border-bottom:1px solid #e0e0e0;"> <table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation"> <tr> <!-- Headshot --> <td width="80" valign="top" style="width:80px; padding-right:20px;"> <img src="https://placehold.co/80x80/EFEFEF/333333?text=Photo" width="80" alt="Sender's Headshot" style="width:80px; max-width:80px; display:block; border:0; border-radius:50%;"> </td> <!-- Details --> <td valign="top"> <p style="margin:0 0 10px 0; font-family: Arial, sans-serif; font-size:16px; line-height:22px; color:#333333;"> Best regards, </p> <img src="https://placehold.co/150x50/ffffff/333333?text=Signature" width="150" alt="Signature" style="width:150px; max-width:150px; display:block; border:0; margin-bottom:15px;"> <p style="margin:0; font-family: Arial, sans-serif; font-size:14px; line-height:20px; color:#333333; font-weight:bold;"> Polly Ester </p> <p style="margin:2px 0 10px 0; font-family: Arial, sans-serif; font-size:14px; line-height:20px; color:#555555;"> Founder & CEO </p> <p style="margin:0; font-family: Arial, sans-serif; font-size:14px; line-height:20px;"> <a href="https://example.com" target="_blank" style="color:#007bff; text-decoration:none;">Book a Meeting</a> • <a href="https://example.com" target="_blank" style="color:#007bff; text-decoration:none;">LinkedIn</a> </p> </td> </tr> </table> </td> </tr> <!-- Compliance Section --> <tr> <td align="center" style="padding:20px 0;"> <p style="margin:0; font-family: Arial, sans-serif; font-size:12px; line-height:18px; color:#777777;"> Your Company Inc. • 123 Main St, Anytown, USA 12345 </p> <p style="margin:10px 0 0 0; font-family: Arial, sans-serif; font-size:12px; line-height:18px; color:#777777;"> Don't want these emails? <a href="https://example.com" target="_blank" style="color:#777777; text-decoration:underline;">Unsubscribe</a>. </p> </td> </tr> </table> </td> </tr> </table>