Email Signature Builder
Reset
1) Upload & Enter Details
Top Logo (e.g., Promofix)
Current:
Bottom Logo (e.g., Partner)
(optional)
Current:
Full Name
Title / Position
Phone
Email
Website
Generate / Update
2) Preview
Open in new window
Copy signature
3) Generated HTML
Copy HTML
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <!-- Roboto for signature --> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"> <style> /* Minimal reset for email clients */ body { margin:0; padding:0; background:#ffffff; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; } table { border-collapse:collapse; } /* Ensure default font for clients that support style */ .sig-root { font-family: 'Roboto', Arial, Helvetica, sans-serif; color:#111; } </style> </head> <body style="margin:0;padding:0;background:#ffffff;"> <table id="sig" role="presentation" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse;width:auto;max-width:100%;font-family:'Roboto', Arial, Helvetica, sans-serif;background:#ffffff;"> <tr> <!-- LEFT TOP --> <td valign="top" style="padding:16px 10px 1px 16px;"> <img src="https://email.precise-dev.com/assets/promofix_logo.png" alt="Top Logo" width="120" style="display:block;border:0;outline:none;text-decoration:none;width:120px;height:auto;max-width:120px;"> </td> <!-- RIGHT --> <td valign="top" rowspan="2" style="padding:16px 16px 1px 8px;"> <div style="font-size:20px;line-height:22px;font-weight:800;color:#1a4cff;margin:0 0 6px 0;">ALEX KHOURY</div> <div style="font-size:12px;line-height:16px;color:#2d2d2d;font-style:italic;margin:0 0 12px 0;">REGIONAL MANAGER</div> <table role="presentation" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse;table-layout:auto;word-wrap:break-word;word-break:break-all;"> <tr> <td style="font-size:12px;line-height:18px;color:#111;padding:0 0 6px 0;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse;"> <tr> <td style="width:18px;text-align:center;vertical-align:top;">☎</td> <td style="padding-left:6px;word-wrap:break-word;"> <a href="tel:+000 123 456 789" style="color:#000000;text-decoration:none;font-family:'Roboto', Arial, Helvetica, sans-serif;">+000 123 456 789</a> </td> </tr> </table> </td> </tr> <tr> <td style="font-size:12px;line-height:18px;color:#111;padding:0 0 6px 0;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse;"> <tr> <td style="width:18px;text-align:center;vertical-align:top;">✉</td> <td style="padding-left:6px;word-wrap:break-word;"> <a href="mailto:promofix@gmail.com" style="color:#000000;text-decoration:underline;word-wrap:break-word;word-break:break-all;display:inline-block;max-width:220px;font-family:'Roboto', Arial, Helvetica, sans-serif;">promofix@gmail.com</a> </td> </tr> </table> </td> </tr> <tr> <td style="font-size:12px;line-height:18px;color:#111;padding:0;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse;"> <tr> <td style="width:18px;text-align:center;vertical-align:top;">🌐</td> <td style="padding-left:6px;word-wrap:break-word;"> <a href="https://www.promo-fix.com" style="color:#000000;text-decoration:underline;word-wrap:break-word;word-break:break-all;display:inline-block;max-width:220px;font-family:'Roboto', Arial, Helvetica, sans-serif;">www.promo-fix.com</a> </td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- BOTTOM LOGO --> <tr> <td valign="middle" style="padding:8px 10px 1px 16px;vertical-align:middle;text-align:left;"> <img src="https://email.precise-dev.com/assets/google.png" alt="Bottom Logo" width="90" style="display:block;border:0;outline:none;text-decoration:none;width:90px;height:auto;max-width:90px;"> </td> </tr> <!-- BLUE BAR --> <tr> <td colspan="2" style="height:8px;line-height:8px;font-size:0;background:#1a4cff;padding:0;"> </td> </tr> </table> </body> </html>
Paste the signature UI directly into Gmail/Outlook, or use the raw HTML where the client supports it.