Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <!-- ================================================================== EMAIL GROWTH ENGINE 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:#f2f2f2; border-top:1px solid #dddddd;"> <tr> <td align="center" style="padding:40px 20px;"> <table border="0" cellpadding="0" cellspacing="0" width="600" role="presentation" style="width:600px; max-width:600px;"> <!-- Main CTA Button --> <tr> <td align="center" style="padding-bottom:20px;"> <table border="0" cellspacing="0" cellpadding="0" role="presentation"> <tr> <td align="center" style="border-radius:8px; background-color:#007bff;"> <a href="https://example.com" target="_blank" style="font-family: Arial, sans-serif; font-size:16px; font-weight:bold; color:#ffffff; text-decoration:none; border-radius:8px; padding:14px 25px; border:1px solid #007bff; display:inline-block;"> Shop New Arrivals </a> </td> </tr> </table> </td> </tr> <!-- Social Media Icons --> <tr> <td align="center" style="padding:20px 0;"> <table border="0" cellpadding="0" cellspacing="0" role="presentation"> <tr> <!-- Facebook Icon --> <td style="padding:0 10px;"> <a href="https://example.com" target="_blank"> <img src="https://placehold.co/32x32/3b5998/ffffff?text=f" width="32" alt="Facebook" style="width:32px; max-width:32px; display:block; border:0; border-radius:50%;"> </a> </td> <!-- Twitter Icon --> <td style="padding:0 10px;"> <a href="https://example.com" target="_blank"> <img src="https://placehold.co/32x32/1da1f2/ffffff?text=t" width="32" alt="Twitter" style="width:32px; max-width:32px; display:block; border:0; border-radius:50%;"> </a> </td> <!-- Instagram Icon --> <td style="padding:0 10px;"> <a href="https://example.com" target="_blank"> <img src="https://placehold.co/32x32/e1306c/ffffff?text=i" width="32" alt="Instagram" style="width:32px; max-width:32px; display:block; border:0; border-radius:50%;"> </a> </td> <!-- LinkedIn Icon --> <td style="padding:0 10px;"> <a href="https://example.com" target="_blank"> <img src="https://placehold.co/32x32/0077b5/ffffff?text=in" width="32" alt="LinkedIn" style="width:32px; max-width:32px; display:block; border:0; border-radius:50%;"> </a> </td> </tr> </table> </td> </tr> <!-- Referral Link --> <tr> <td align="center" style="font-family: Arial, sans-serif; font-size:14px; line-height:20px; color:#555555; padding:20px 0;"> Love our products? <a href="https://example.com" target="_blank" style="color:#007bff; text-decoration:underline;">Refer a friend and earn $10!</a> </td> </tr> <!-- Unsubscribe and Address Info --> <tr> <td align="center" style="font-family: Arial, sans-serif; font-size:12px; line-height:18px; color:#777777; padding-top:20px;"> <p style="margin:0;">You are receiving this email because you opted in at our website.</p> <p style="margin:10px 0;"> <a href="https://example.com" target="_blank" style="color:#777777; text-decoration:underline;">Unsubscribe</a> | <a href="https://example.com" target="_blank" style="color:#777777; text-decoration:underline;">Manage Preferences</a> </p> <p style="margin:0;">Your Company Inc. • 123 Main St, Anytown, USA 12345</p> </td> </tr> </table> </td> </tr> </table>