The holidays are here, and if you’re in internet retail you’ve hopefully already solidified an online marketing plan for the holidays. That plan probably involves email marketing, so I’ve devised some reminders of what you should do and avoid doing so your email marketing is as effective as possible during this crucial time of year.
Don’ts:
- Use XHTML code in your emails (Use HTML as there are delivery errors with XHTML).
- Don’t reference external CSS (Cascading Style Sheets) in your HTML email as most email clients can’t read it. Instead, use inline styles or font tags. You can also reference my earlier guide for using CSS in email campaigns to learn what CSS definitions email clients can handle.
- Send email without validating it. Make sure you close all of your HTML tags so the page renders properly in all email clients. You can validate your HTML email with the W3C Validator.
- Embed forms or surveys in your email marketing campaign. Instead, create a landing page on your web site with the form or survey and include a link to this page in your email campaign.
- Send an all-graphical email. Some email clients will hide images by default, and your customers won’t see your message at all when accessing it through a preview pane.
- Use javascript. This will trigger all kinds of SPAM filters.
Do’s:
- Include some “administrative” text at the top of your email containing your company name or web site address.
- Post the HTML email on your web site and offer a link to it at the top of your email campaign. The text should read, “View this email at our web site” or something similar. “Having trouble viewing this email? View it on our site” is also a popular option.
- Link all of your images back to your web site.
- Include heights, widths and ALT tags on all images. Some email clients that hide images by default may assign a value to the height and width of your images, pushing content further down the page.
- If you offer a phone ordering line, include it in the email campaign.
- Design all HTML email for a 500-600 pixel width.
- Include your site categories/hierarchy as text links. Again, if your customers’ email clients hide images by default, customers will still see the text links to your main site categories. My research has shown that as many as 60% of customers click the navigational links to the main categories of your site.
- Check spelling. Not only is a misspelled word unprofessional, it can also increase your SPAM score.
- Produce a text and HTML version of your email campaign. Multi-part MIME email requires both and not including a text version could increase your SPAM score.
- Make text versions no more than 60 characters wide.
If you’re looking for a good editor to create your email marketing campaigns, try Macromedia Dreamweaver. Using Word or FrontPage to create HTML email marketing campaigns is not a good idea since they do not render “clean” HTML and assign styles to your campaign that most email clients cannot decipher.

