Email Design Email Signature 2 — Questions and Answers
Question 1: What is the generally recommended maximum width for an email signature to ensure it displays properly across most email clients?
- 600-650 pixels (Correct answer)
- 1200 pixels
- 300 pixels
- There is no width consideration for signatures
Correct answer: 600-650 pixels
Keeping signatures within about 600-650 pixels matches the standard safe email body width and prevents horizontal scrolling in most clients.
Question 2: Why should an email signature use HTML tables for layout instead of CSS floats or flexbox?
- Many email clients strip or ignore modern CSS layout properties (Correct answer)
- Tables load faster than divs
- Flexbox is not valid HTML
- Tables automatically compress images
Correct answer: Many email clients strip or ignore modern CSS layout properties
Email clients like Outlook use rendering engines that ignore floats and flexbox, so tables remain the most reliable layout method.
Question 3: What is the main risk of building an email signature as a single large image?
- Recipients with images blocked see nothing, and text is not selectable or accessible (Correct answer)
- Images cannot be clicked in email
- Single images always break DKIM signing
- Email clients convert images to plain text automatically
Correct answer: Recipients with images blocked see nothing, and text is not selectable or accessible
Image-only signatures disappear when images are blocked and are unreadable to screen readers, so key contact info should be live text.
Question 4: Which practice best keeps an email signature readable when a recipient views it in dark mode?
- Using transparent PNG logos with a subtle outline or testing against dark backgrounds (Correct answer)
- Setting the signature background to pure white
- Using only dark navy text with no fallback
- Embedding the signature as a Flash object
Correct answer: Using transparent PNG logos with a subtle outline or testing against dark backgrounds
Dark mode can invert or darken backgrounds, so logos and text must be tested to remain visible against dark surfaces.
Question 5: A company wants to track how many people click the promotional banner in employee email signatures. What is the standard approach?
- Append UTM parameters to the banner's destination URL (Correct answer)
- Embed JavaScript click listeners in the signature
- Use a server-side cron job to scan sent mail
- Ask recipients to reply when they click
Correct answer: Append UTM parameters to the banner's destination URL
UTM parameters on the link let analytics tools attribute traffic to the signature banner, since JavaScript does not run in email.
Question 6: Which image format is generally best for a small company logo in an email signature?
- PNG, for sharp edges and transparency support (Correct answer)
- BMP, for maximum color depth
- TIFF, for print-quality resolution
- SVG, because all email clients render it natively
Correct answer: PNG, for sharp edges and transparency support
PNG offers crisp rendering and transparency with broad client support, while SVG is blocked by many clients including Gmail and Outlook.
Question 7: What is a key legal reason many businesses include their registered company name, number, and address in email signatures?
- Some jurisdictions legally require business identification in commercial email (Correct answer)
- It improves email deliverability scores directly
- Email clients refuse to send mail without an address
- It is required by the HTML5 specification
Correct answer: Some jurisdictions legally require business identification in commercial email
Laws in regions like the UK and EU, and rules such as CAN-SPAM for commercial messages, require identifying business details in email.
What is the generally recommended maximum width for an email signature to ensure it displays properly across most email clients?