You are viewing an old Wolf's Little Store website. Please visit wolfslittlestore.be for the most recent version.

Wolf’s Little Store

March 16, 2008

E-mail newsletter tricks

  • For the newbies

    Download the E-mail marketing guide from Mailchimp to learn the basics.

  • Premailer is a godsend

    Premailer is a script that scrapes the style data out of your <style>-tags and places everything inline. You can run the script at the premailer page.

  • Use both inline styles and <style>-tag styles

    Use both inline styles and an attached stylesheet. Forget about linking to a stylesheet on the web, that isn’t reliable in the slightest bit. Outlook reads styles between <style>-tags; Gmail only reads inline styles. Place your <style>-tag outside of the <head>-tags - some webmail clients strip out the full contents of <head>.

  • Using Trebuchet MS in HTML E-mails

    Use font-family: trebuchet ms, arial, sans-serif; instead of your typical font-family: "Trebuchet MS", Arial, sans-serif;". Gmail chokes on the double quotes, so use old skool notation.

  • Tracker images

    If you use a tracker image to track open rates, don’t use a 1×1 spacer gif. Use the header image or something similar - spam filters don’t like spacer gifs.

  • Read the Campaign monitor blog

    A goldmine of information, right at your fingertips.

  • <body>-background

    If you want a background that spans the full width and height of your HTML e-mail (similar to a background on the body element for websites), use a table with 100% width and height and a background color as the wrapper for your design.

  • Centering your e-mail

    Don’t try the website methods like text-align: center; and margin: 0 auto;, these won’t work properly. Instead, wrap whatever needs to be centered in a table cell with align="center" (<td align="center">...</td>).

  • Need e-mail newsletter help?

    Send in your questions to .

6 responses

Leave a Reply

Write in English, stay on-topic and polite.