Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <!-- ================================================================== EMAIL TRUST BUILDER FOOTER (for Transactional Emails) ================================================================== - 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; border-top:1px solid #e0e0e0;"> <tr> <td align="center" style="padding:40px 20px;"> <!-- Main Container Table --> <table border="0" cellpadding="0" cellspacing="0" width="600" role="presentation" style="width:600px; max-width:600px;"> <!-- Logo --> <tr> <td align="center" style="padding-bottom:20px;"> <a href="https://example.com" target="_blank"> <img src="https://placehold.co/120x40/cccccc/333333?text=YourLogo" width="120" alt="Your Company Logo" style="width:120px; max-width:120px; display:block; border:0;"> </a> </td> </tr> <!-- Support Links --> <tr> <td align="center" style="padding:20px 0; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;"> <table border="0" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td align="center" style="font-family: Arial, sans-serif; font-size:14px; color:#333333; padding:0 15px;"> <a href="https://example.com" target="_blank" style="color:#333333; text-decoration:none;">Help Center</a> </td> <td align="center" style="font-family: Arial, sans-serif; font-size:14px; color:#333333; padding:0 15px;"> <a href="https://example.com" target="_blank" style="color:#333333; text-decoration:none;">Track Your Order</a> </td> <td align="center" style="font-family: Arial, sans-serif; font-size:14px; color:#333333; padding:0 15px;"> <a href="https://example.com" target="_blank" style="color:#333333; text-decoration:none;">Contact Support</a> </td> </tr> </table> </td> </tr> <!-- Contact Info --> <tr> <td align="center" style="padding:30px 0;"> <p style="margin:0; font-family: Arial, sans-serif; font-size:14px; line-height:20px; color:#555555;"> <strong>Questions?</strong> We're here to help! </p> <p style="margin:5px 0 0 0; font-family: Arial, sans-serif; font-size:14px; line-height:20px; color:#555555;"> Email us at <a href="mailto:support@example.com" style="color:#007bff; text-decoration:underline;">support@example.com</a> or call us at 1-800-555-0199 </p> </td> </tr> <!-- Legal & Address --> <tr> <td align="center" style="padding:20px 0; border-top:1px solid #e0e0e0;"> <p style="margin:0; font-family: Arial, sans-serif; font-size:12px; line-height:18px; color:#777777;"> This is a transactional email sent from Your Company Inc. </p> <p style="margin:10px 0 0 0; font-family: Arial, sans-serif; font-size:12px; line-height:18px; color:#777777;"> 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;"> <a href="https://example.com" target="_blank" style="color:#777777; text-decoration:underline;">Privacy Policy</a> • <a href="https://example.com" target="_blank" style="color:#777777; text-decoration:underline;">Terms of Service</a> </p> </td> </tr> </table> </td> </tr> </table>