Looking Good! Troubleshooting Email Display Problems



Similar documents
A GUIDE TO MOBILE

Creator Coding Guidelines Toolbox

Campaign Guidelines and Best Practices

The Essential Guide to HTML Design

Coding HTML Tips, Tricks and Best Practices

Level 1 - Clients and Markup

GUIDE TO CODE KILLER RESPONSIVE S

Making Responsive s

HTML TIPS FOR DESIGNING

The Birth of Responsive Templates

The Essential Guide to HTML Design

Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University

Table of Contents Desktop PC and Apple Mac applications Web and mobile device readers Find out more about NewZapp

MCH Strategic Data Best Practices Review

RESPONSIVE DESIGN FOR MOBILE RENDERING

CSS SUPPORT IN THE PROBLEM WE SHOULD BE FIXING FIRST #LETSFIX

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

Outlook Data File navigate to the PST file that you want to open, select it and choose OK. The file will now appear as a folder in Outlook.

Responsive Design for

Designing HTML ers

HOW Interactive Design Conference 2013

How To Design An In Html (Html) And Html (Mailbox) Safely

Sizmek Formats. IAB Mobile Pull. Build Guide

Designing HTML s for Use in the Advanced Editor

Web Design for Programmers. Brian Hogan NAPCS Slides and content 2008 Brian P. Hogan Do not reproduce in any form without permission

Responsive Web Design (RWD) Best Practices Guide Version:

Mobile Optimise your s. Code & examples to make your campaigns mobile friendly

Responsive HTML and Drupal

Microsoft Expression Web Quickstart Guide

Responsive Design. Our guide to helping you get started. March 2013 Version 0.4

RESPONSIVE DESIGN BY COMMUNIGATOR

Mobile Optimisation 2014

Informz for Mobile Devices: Making Your s PDA and Phone-Friendly

Contacts: , find, and manage your contacts

Guide to B2B marketing. Part Three: Building great s

RESPONSIVE DESIGN & DEVELOPMENT THE WHAT, WHY & HOW

SUCCESS TOOLKIT

How to Properly Compose HTML Code : 1

Responsive Design. Our guide to helping you get started. August 2012 Version 0.2

Abila Grant Management. Document Management

ICE: HTML, CSS, and Validation

Creating Effective HTML Campaigns

CLEAN CODE FOR COMPLEX S

Sage CRM. Sage CRM 2016 R1 Mobile Guide

RESPONSIVE DESIGN

Responsive Design Best Practices

Send more, do less. How retailers can use existing content to automate revenue-generating marketing s EXPERTS IN PERFORMANCE

ART 379 Web Design. HTML, XHTML & CSS: Introduction, 1-2

Principles of Web Design 6 th Edition. Chapter 12 Responsive Web Design

Mobile Banking FAQ for Business

DESIGNING MOBILE FRIENDLY S

Quick Start Guide Mobile Entrée 4

POV: DODGING THE PITFALLS OF IMAGES IN MARKETING

WEB DEVELOPMENT IA & IB (893 & 894)

Web Designing with UI Designing

University of Colorado Boulder Colorado Springs Denver Anschutz Medical Campus. CU ecomm Program Marketing Best Practices

Word 2010 to Office 365 for business

Web Developer Jr - Newbie Course

Sizmek Formats. HTML5 Page Skin. Build Guide

Web Development I & II*

Chapter 1: Outlook Isn t Going Anywhere Chapter 2: 17 Must-Know Tricks for Outlook 2007, 2010 &

Guidelines for Effective Creative

A quick guide to... Effective HTML Messages

Startup Guide. Version 2.3.9

Responsive Design Provides the Perfect Fit

Responsive Web Design for Teachers. Exercise: Building a Responsive Page with the Fluid Grid Layout Feature

Fast track to HTML & CSS 101 (Web Design)

Redesigning Campaigns for Mobile

Responsive Web Design Creative License

SmallBiz Dynamic Theme User Guide

Mobile Portal Optimization

The Third Screen: What Marketers Need to Know About Mobile Rendering

Table of Contents Recommendation Summary... 3 Introduction... 4 Formatting Recommendations... 5 Creative:... 7 Deliverability & Infrastructure:...

Booth Gmail Configuration

MobileConnect. Getting Started Guide

Converting Prospects to Purchasers.

Creative Guidelines for s

Table of Contents Find out more about NewZapp

Essential HTML & CSS for WordPress. Mark Raymond Luminys, Inc mraymond@luminys.com

ONE Mail Direct for Mobile Devices

TEMPLATE GUIDELINES OCTOBER 2013

How to Print Using the PrinterOn Hosted Service & FAQs

Marketing 10Mistakes

Internet and Help. Table of Contents:

How To Convert A Lead In Sugarcrm

HTML Power Tips. HTML messages improve your CTR. World s Easiest Marketing.

Responsive Design

Marketing Campaign Guidelines

Exchange ActiveSync (EAS)

Lead Management in Sugar 7

This document will describe how you can create your own, fully responsive. drag and drop template to use in the creator.

Office of Information Technology Connecting to Microsoft Exchange User Guide

WORKSHOP: BUILDING A WORLD-CLASS TEMPLATE

Blueball Design Dynamic Content 2 Stack Readme Manual v1.0

HTML Fails: What No One Tells You About HTML

CSS 101. CSS CODE The code in a style sheet is made up of rules of the following types

Web Design & Development - Tutorial 04

8 STEPS TO CODE KILLER RESPONSIVE S

Read Me! Click Me! Innovations in Invitation Design for Today s Digital World. Ted Saunders. Alexa Kessler

Microsoft Outlook Phone Set Up

Transcription:

E-mail Direct Mail Digital Marketing Sales Tools Funding Data Creative Services Looking Good! Troubleshooting Email Display Problems November 19, 2014

Today s Speaker Geoff Phillips Senior Editor & Email Specialist

Why test your emails? Your email is rendered differently everywhere. o Lack of support for basic CSS/HTML o ESP may modify your code o Web clients strip a lot of code in preprocessing o Different screen sizes o Responsive Design requires careful testing

Why test your emails? Creating an email campaign requires a significant investment of time and money. o o o o Copy Artwork Coding Administration Optyn reported that 75% of smartphone users delete emails they can't read.

Why test your emails? Would you publish o An ad with a typo? o Incorrect prices for your product? o An email with a broken layout? Testing thoroughly helps you make sure that your emails will maintain your brand s image.

How to Code for Email A few things to remember. o o o o o Not website coding Not the same as print No stylesheets (use inline styles) <img src= # style= place styles here; > Tables are your friend! Image blocking (use HTML text)

How to Test Email Using a testing service vs. ad hoc testing. Ad hoc testing is done on browsers and devices in your office. A testing service enables users to test on a wide range of clients simultaneously.

How to Test Email Testing Method o HTML Cut/Paste o Upload ZIP o URL o Auto-process

How to Test Email Your Pre-Send Code

How to Test Email Your ESP Modified Code

How to Test Email Your Code as Interpreted by Outlook

How to Test Email Reviewing your test results. You ll want to keep an eye out for the following: o Text and image spacing o Fonts o Missing images o Layout issues o Responsive design o Link destinations

How to Test Email Identify the problem. o ESP/Sender Issues Copy/Paste vs. Auto-process o Code issues (closing tags, table structure) o Remove/Add Sections to find issue CSS Other tables Header/Footer

How to Test Email Fixing the problem. o Broken images o Code issues Try a fix, test, repeat o Use Google to look for fixes o Ask an expert or community

How to Test Email Testing is an iterative process. o Try a fix, test, repeat o Test again to see effects on other clients o Think outside the div

Email Client Tips Outlook 2003-2013 Word often converts paragraphs to DIVs No support for CSS floats No support for forms Sometimes converts padding to margin No support for CSS positioning No support for responsive design Background images only work with Vector Markup Language (VML) Outlook sometimes breaks very long emails at a certain point, this is where a page break would appear in Word

Email Client Tips Gmail and the Gmail App No support for styles attached to a class or ID No support for media queries All styles must be inline (not in the <head>) No absolute positioning Gmail clips emails over 102k in length Gmail doesn t support display: none but does support display: none!important

Email Client Tips Yahoo! Mail Yahoo! Mail will render all of the styles contained in any media query in your email, ignoring the query itself. The fix to this takes advantage of a bug that causes Yahoo! To ignore CSS styles written with attribute selectors. Simple use attribute selectors on all rules in your media query, and Yahoo! Will ignore the query. o body[yahoo].center {text-align: center!important;} Yahoo! Mail converts body tags to DIVs, which can sometimes cause strange issues. Yahoo! Mail doesn t give paragraphs any spacing by default, so make sure to add a style to your <head> to address this.

Email Client Tips Outlook.com No support for margins Enforced line height of 1.35em HTML code inside a style block breaks the display, causing it to show a blank email No support for image maps

Email Testing Tips Focus on the most popular clients in your list o Use email analytics to find out what kind of email clients are being used to open your emails. o Get the list of top 10 most popular clients. o Test carefully in these, don t worry so much about these others.

Email Testing Tips Don t Pursue Pixel Perfection o Every client is different. o Every screen is different. o Make sure it works, not that it s identical. o Don t pull your hair out!

Media Query Tips Media Queries are a must. o You can use media queries to hide/show or rearrange content o Make sure to adjust font size o Use attribute selectors for Yahoo! Mail o Remember, they help but are not supported everywhere (Gmail app)

Media Query Support Client Supported? Client Supported? Kindle Fire Yes Mailbox (ios) Yes Kindle Fire HD Yes Outlook Exchange App (Android) No Android 2.1 Éclair No Microsoft Surface No Android 2.2+ Yes Microsoft Windows Mobile 6.1 No BlackBerry OS 5 No Windows Phone 7 No BlackBerry OS 6+ Yes Windows Phone 7.5 Yes BlackBerry Playbook Yes Windows Phone 8 No Gmail App No Palm's Open Web 4.5 Yes iphone, ipod, ipad Yes Yahoo! App No

General Testing Tips o Start learning these nuances to code for success from the start o Don t be afraid to seek outside help o It gets easier!

Email Testing Demo Let me walk you through a testing demo. 1. Send an email to your auto-process address from your ESP. 2. Examine the results of your test. 3. Try to fix issues. 4. Test again to confirm fix.

Questions for Geoff? Send them Using the Chat Panel