Extreme Email Makeover, Vol. 3: EIU Alumni Association
Posted by Mark Wyner on April 11, 2007
The Patient
The Alumni News Bulletin is a monthly email-publication for Eastern Illinois University (EIU) Alumni Association. The newsletter covers (a whole lot of) information about the EIU-campus, alumni events, etc.
Email Clients
As this newsletter is deployed by an educational institution to a subscriber base of graduates, it can be assumed that a general audience of recipients are employing a broad array of email clients such as:
- Apple Mail
- Thunderbird
- AOL
- Outlook Express
- .Mac
- Yahoo
- Gmail
- Windows Live Hotmail
- Hotmail
- Outlook
Note that while it is likely most of the alumni are using personal email addresses to receive the bulletin, some of them may be using typical office-clients such as Outlook.
The Diagnosis
An initial assessment exposed an array of potential infirmities, but an exploratory surgery would be necessary to grasp the full scope of the patient’s condition. Upon investigation, it became clear that reconstructive surgery would only be the beginning of treatment which would be necessary to stabilize the patient’s health.
Design Ailments
The EIU Alumni Association has quite a lot to tell each month, and they sure pack it in. While very informative, this email is quite extensive for a single message. And for recipients willing to read a 1,700-word email, the visual design left something to be desired. Dr. Wyner addressed the following disorders as part of his treatment:
- Graphical masthead (title and issue date vulnerable to possible omission).
- “Web version” link placed below large masthead-image and in the right-column of a two-column layout (very low in the hierarchy).
- Lengthy, redundant information consuming valuable real estate (albeit useful, it is more of a utility statement).
- Secondary information placed in most important corner of layout, including gratuitous use of graphical text (vulnerable to possible omission).
- Overwhelming number of events (distracts attention from events on the immediate horizon).
- Photos with graphic borders/shadows (bandwidth-heavy and labor intensive to create).
- Excessive number of story previews (decreases potential for quick scanning).
- No visual separation between stories and utility information about the association (blends recurring information with news).
- No link with “forward to a friend” feature (especially when Campaign Monitor makes this so easy).
It should be noted that this template was not only CAN-SPAM Act compliant (reference item 9 in fig. 1), but the patient went the extra mile for good health in adding a link to their website as well as two telephone numbers. Nice work!
Markup Ailments
When I opened up the patient’s code, it became clear that there was a lot of work ahead to stop internal bleeding. Following is a list of life-threatening ailments which required attention:
- CSS was in short supply, and only half of it was embedded (external style sheets are scarcely supported, trigger many spam filters and are most often stripped altogether).
- The CSS which was used utilized a naming schema with no reference to presentation (.style13, .style 14 and so on) creating an ambiguous environment for third parties attempting to format content.
- Tables were used for all aspects of layout, including use of 1x1 pixel “spacer GIFs” (an antiquated technique which increases file-size and decreases accessibility), and many
FONTtags were used throughout. ALTtext was not used for graphical text.- Lack of semantic markup (unnatural and inconsistent paragraphs, subheads, etc.).
Email Vital Signs
- Standards-based markup: no
- CAN-SPAM Act compliance: perfect
- File size: 56KB
The Cure
With a clear diagnosis a treatment was obvious. A visual-design overhaul would help heighten the attention of the patient’s audience and enable content editors to easily create new editions. Improving the information design and using semantic markup would ensure readability and accessibility for all recipients. Finally, a depressant would be prescribed to reduce the amount of information exhibited in each edition.
Treatment
- Text-to-HTML: the graphic text was converted to HTML text to ensure accessibility and content readability, improve ease of use for content managers, reduce the overall file size and decrease the possibility of spam filtering.
- Link to website version: while the original template did include a link to a website version of the email, its placement was less than optimal. Moving this to the beginning of the template ensured it would be visible in the very scenario it is intended to reconcile.
- Improve information design: the creation of two columns—one for primary information, and another for secondary information—and placing the former first in the hierarchy (left column) would strengthen the overall information structure and ensure fluid readability in the broad array of email environments.
- Reduce information overload: rather than printing previews to every news story from the monthly cache, only four stories are featured with previews. Then a list of titles for the remaining stories are printed under the subhead “additional news.” The list of upcoming events was also optimized to reduce clutter and bring focus to those in the immediate future.
- Optimize visual treatment of contextual photos: using CSS borders is a light-weight and manageable solution to the approach of creating photos which emulate three-dimentional objects.
- Separate stories from utility information: recurring information about the association and the university was segregated from the newsletter stories to increase reading efficiency for monthly readers.
- Permission reminder: a preface was integrated to assist with previews/snippets and to help reduce spam flagging.
The doctor performed one final procedure which would serve the needs of both appearance and character:
![[screenshots (fig. 2): seasonal variations in original and new templates]](http://www.campaignmonitor.com/blog/images/makeover/alumni/seasonsAll.jpg)
[fig. 2: before (top), after (bottom)]
Dr. Wyner noticed how the patient used a seasonally-relevant photograph in each edition of their newsletter (fig. 2, top) to help capture the relevance of the moment. He knew could make a few minor hexadecimal changes to the CSS and change one image SRC value to create a unique template for each season of the year. With that, we are happy to announce the birth of quadruplets (fig. 2, bottom)! Meet Spring, Summer, Fall and Winter.
Email Vital Signs
- Standards-based markup: yes
- CAN-SPAM Act compliance: perfect
- File size: 17KB (30% of the original size)
Before and After
Let’s review some screen shots illustrating some key benefits of this surgery.
Thunderbird: plain-text view
![[screenshot (fig. 4.1): email preview]](http://www.campaignmonitor.com/blog/images/makeover/alumni/beforeAfter01.jpg)
[fig. 4.1: before (left), after (right)]
One of the most detrimental aspects of the markup was the lack of semantic structure. Many paragraphs were created with BR tags instead of the semantically appropriate P tags, and subheads were created with CSS-styled P tags instead of semantically appropriate header tags such as H2. Coupled with a lack of ALT text and gratuitous “spacer GIFs” the problem is quite serious.
These screen shots were taken in Mozilla Thunderbird in plain-text view. Looking at the original template (fig. 4.1, left) we can see how the antiquated markup and gratuitous images render the email scarcely readable for those using text-based clients.
Note how in the new template (fig. 4.1, right) the preface text is visible first in the hierarchy, the title and issue date are immediately obvious, ALT text for the photos are clearly exhibited and paragraphs are properly formatted.
A word about plain-text alternatives
Some email clients (such as Thunderbird) offer a preference to disable HTML rendering even though they are an HTML-capable. Many other email clients—primarily mobile devices and screen readers—simply do not support HTML, and instead look for plain-text alternatives. It is always a best practice to send multi-part emails (HTML and plain-text versions as a single package) to ensure that a properly-formatted plain-text version is available to those who can’t (or choose not to) render HTML. However, if for whatever reason you are unable to send a multi-part email, the aforementioned process of utilizing semantic-markup will help your content survive the evolution from HTML to plain-text if rendered as such.
.Mac: images enabled
![[screenshot (fig. 4.2): email preview]](http://www.campaignmonitor.com/blog/images/makeover/alumni/beforeAfter02.jpg)
[fig. 4.2: before (left), after (right)]
These screen shots were taken in .Mac with images enabled. Looking at the original template (fig. 4.2, left) we can see some significant problems:
- An inappropriate marriage of
colorandbackgrounddeclarations exhibits dark text on a dark background (including nearly-undecipherable links and subheads). - Secondary content (alumni links) take center stage while important content is forced downward.
Note how the new template (fig. 4.2, right) retains its formatting and consequently retains its readability.
Opera Mini webmail: images enabled
![[screenshot (fig. 4.3): email preview]](http://www.campaignmonitor.com/blog/images/makeover/alumni/beforeAfter03.jpg)
[fig. 4.3: before (left), after (right)]
These screen shots were taken in Opera Mini webmail with images enabled. Looking at the original template (fig. 4.3, left) we can see some significant readability issues:
- Many small-screen devices reduce large images to the width of the screen. In this case the graphic title and issue date are reduced to a size which is nearly illegible.
- Lack of semantic markup clumps all fake paragraphs into a single paragraph.
- Placing secondary information in a left-hand column and primary content in a right-hand column, forces important information (including “web version” link) down in the hierarchy.
Note how the new template (fig. 4.3, right) addresses these issues:
- Use of HTML text for the masthead ensures the title and issue date are readable and immediately obvious.
- Semantic markup clearly differentiates subheads from paragraphs.
- Important information appears first in the hierarchy, offering immediate help (preface) and value (first story) for the reader.
Opera Mini webmail: images disabled
![[screenshot (fig. 4.4): email preview]](http://www.campaignmonitor.com/blog/images/makeover/alumni/beforeAfter04.jpg)
[fig. 4.4: before (left), after (right)]
These screen shots were taken in Opera Mini webmail with images disabled. Looking at the original template (fig. 4.4, left) we can see that the aforementioned issues (with images enabled) are made even worse with images disabled. The primary issue is that with no ALT text for the masthead image and only sporadic implementation for the links/subheads, the content becomes practically unreadable. While some of the text is indeed legible, it is ambiguous without subheads and the presence of a title.
Note how the new template (fig. 4.4, right) is very readable with information which retains nearly all of its formatting.
Outlook 2003: auto preview
![[screenshot (fig. 4.5): auto preview]](http://www.campaignmonitor.com/blog/images/makeover/alumni/beforeAfter05.gif)
[fig. 4.5: before (top), after (bottom)]
These screen shots were taken in Outlook 2003 using its “auto preview” feature. Looking at the original-template preview (fig. 4.5, top) we can see that because Outlook is using the image source for its auto preview, it offers literally no information about the email itself.
Note how the new-template preview (fig. 4.5, bottom) at least assures the recipient that s/he is a subscriber.
Gmail: snippet
![[screenshot (fig. 4.6): snippets]](http://www.campaignmonitor.com/blog/images/makeover/alumni/beforeAfter06.gif)
[fig. 4.6: before (top), after (bottom)]
These screen shots were taken in Gmail using what it refers to as “snippets” (serves the same purpose as Outlook’s auto preview). Looking at the original-template snippet (fig. 4.6, top) we can see that Gmail has plucked the ALT text from the images in their order of appearance. Given that ALT text was used sporadically, the preview is quite meaningless.
Note how the new-template snippet (fig. 4.6, bottom) at least assures the recipient that s/he is a subscriber.
A word about auto preview and snippets
The aforementioned thoughts reference general considerations about optimizing content for auto preview and snippets. However, David Greiner devised a well-thought-out technique for truly targeting these previews. If you are interested in capturing this valuable real estate, you’ll want to check out his post about this technique.
Thunder screen reader
Link 1: ~alumni
Link 2: Eastern Illinois University Home
Link 3: s://www.give2eiu.eiu.edu
Link 4: www.eiu.edu/~pubaff
Link 5: EIU Alumni Association Membership Page
Visit the
Link 6: events page
for more information and registration.
February 17
Link 7: Alumni Reception
Camelback Inn,
Scottsdale, Ariz.
February 24
…(cont.)…
Field Narrowed to 16 for EIU’s President Position
You are receiving this email because the email address [email] was subscribed to the EIU Alumni
Link 1: email list
. Having trouble reading this email? View it on our website.
Page Headline: eiu alumni newsletter
march | 2007
Field Narrowed to 16 for EIU’s President Position
The field of presidential candidates has been narrowed down from 58 to 16 as the search for the next president of EIU continues. Robert Webb, the Presidential Search Advisory Committee chairman, said the committee has begun conducting reference checks on each of the 16 remaining candidates.
During their Feb. 15 meeting, committee members are to discuss those findings and reduce the field to five to eight candidates who will be invited to confidential preliminary interviews. After those interviews are complete, finalists will be invited to campus for extensive interviews with the EIU community.
For up-to-date information on the presidential search, please
Link 2: visit the presidential search page.
These transcripts were captured with the screen reader “Thunder” as it read the two templates. Looking at the transcript from the original-template (top) we can see that the primary content is not revealed until well into the email (59 lines to be exact). We aren’t even given a title or issue date because of the absence of ALT text.
Note how the transcript from the new-template (bottom) shares the title and issue date on the fourth line, and immediately continues to the primary content.
Summary
Dr. Wyner approached treatment from many angles. Speech therapy (accessible/semantic markup) to help the patient communicate via all email clients, extensive cosmetic-surgery to make the patient visually appealing (because when we look good, we feel good) and reduction of fat (bulky presentational markup) will make the patient’s heart and lungs (bandwidth) happy.
Check out more handy work from Dr Mark
Don't miss the other makeovers in the series:
12 comments so far
Search all posts
Dig into a category
- Articles/Tips (98)
- Email Newsletter Design (120)
- Happy Customers/Press (88)
- In the Forums (7)
- Interviews & Case Studies (9)
- New Features & Updates (106)
- Observations & Answers (84)
Stay in the loop
Prefer updates via email? Sign up below and we'll send you all the good bits each month.
Popular articles
Why we need standards support in email
Read why standards in HTML email are so important, and what we're doing about it.
Email design guidelines
Learn how to design for images being turned off, preview panes and other useful tips.
CSS support in email in 2007
The CSS support of every popular email environment with recommendations to boot.
Image blocking in email
A roundup of how each of the popular email clients suppress images in HTML email.
Can I use flash in email?
We test flash support in all the popular email clients. The verdict - don't do it.
Email design gallery
Our email design gallery showcases more than 150 amazing email designs sent by our talented customers.
![[screenshot (fig. 1): original email template]](http://www.campaignmonitor.com/blog/images/makeover/alumni/emailBefore.jpg)
![[screenshot: new email template]](http://www.campaignmonitor.com/blog/images/makeover/alumni/emailAfter.jpg)
Christy
wrote on April 12, 2007 1:04 AM
Wow. I feel concurrently happy and like I have been kicked in the stomach.
Thanks so much for the diagnosis and care Dr. Wyner. The EIU Alumni Association owes you one!
:: christy :: (the original designer/mangler of the email, aka the disease spreader)
Mark Wyner
wrote on April 12, 2007 3:01 AM
Ouch! Sorry about the stomach, Christy. I guess this is kind of like when a doctor has to re-break a bone to get it set. At least you feel you're in good hands.
I'm glad you approve of the redesign and hope your recipients enjoy it.
Dahlia
wrote on April 14, 2007 7:55 AM
I regularly visit your site for the gallery and useful information about email newsletter marketing, and I find these makeover blogs to be incredibly informative, funny, and easy to read. Please keep this going!
Onlinetiger
wrote on April 16, 2007 10:48 AM
It is a true pleasure to read the neatly sorted source code.
websta91
wrote on April 17, 2007 5:55 PM
I'd be interested to know how these designs stack up in Outlook 2007.
Mike
wrote on April 18, 2007 3:36 AM
Great recommendations. Not to nit-pick, but the graphic image is not associated with the correct article based on the before/after example. Perhaps the photo is "stock" and not associated with a specific article...or maybe Allison moved from Development Staff to a candidate for President (she always was a go-getter). Showing the "how" is greatly appreciated, but good design only goes as far as the clarity and correctness of the content underneath.
Mark Wyner
wrote on April 19, 2007 11:04 AM
websta91:
These designs look acceptable in Outlook 2007, though the visual integrity has been compromised to ensure accessibility for everyone. Ultimately, aside from minor padding issues we lose the two columns. Though because the content was properly marked up, the primary content precedes the secondary content. And because this is a personal newsletter (not business related) I didn't feel it was necessary to maximize the visual integrity for business-related email clients.
Mike:
I'm glad you appreciate the recommendations. While I agree with your perspective on "the clarity and correctness" of content, it is very much out of context. This article references a template, not a subscriber-facing email with actual content. You obviously wouldn't be reading this article if you weren't a web designer or another member of a web-design team. And as such you must have seen and/or created many design compositions which included lorem ipsum content. The template referenced herein (including all screen shots) is of the same context, and therefore whether or not a photo is properly paired with content is irrelevant.
Joe
wrote on April 19, 2007 11:05 AM
Great article!
Kevin
wrote on April 21, 2007 5:03 AM
Great article, and thanks to Campaign Monitor for making such great content available. Josh Bernoff @ Forrester makes some interesting points about "the best email marketing I ever got"... That often less is more.. at some point sophisticated "looking" HTML emails are actually a barrier to connecting with your audiences' emotions:
http://blogs.forrester.com/charleneli/2007/04/the_best_email_.html#comment-67083810
Ben
wrote on April 23, 2007 3:15 PM
Thanks a lot, Dr. Wyner. I am a Chinese web designer, and your articles are very helpful. I am thinking maybe I can translate your article into Chinese so that more designer can benifit from your articles. (I hope I have time to do it.)
Thanks again and looking forward more great articles from you.
Danny Foo
wrote on May 11, 2007 12:29 AM
Now, THAT IS GOOD! :)
I've been reading these makeovers and this is THE one definitely to not only impress but to also create the required message to get across to a customer.
Maybe I should start doing presentations this way as well.
Cheers.
p/s: Learning a lot more about newsletter design and its practices and standards.
Mark Wyner
wrote on May 16, 2007 9:39 AM
Thanks a million, Danny.
Got anything to add?