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

Size: px
Start display at page:

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

Transcription

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

2 Contents Introduction... 3 What is Responsive Design?... 4 What about ?... 5 So what are the pros and cons?... 6 How can I build a responsive template?... 7 Designing for mobile first... 7 Coding a mobile template... 9 How can I build a responsive ? Summary

3 Introduction Before getting started, this guide has been created as a starting point for our clients to optimise their s for mobile devices while using the Communicator platform. As we're sure you are aware, mobile devices and their capabilities are forever changing and likewise so are the techniques used to make sure that s render correctly on the range of available clients. if you have any suggestions as to how we can improve this guide, or you notice any changes in functionality which requires the guide updating, please get in touch. Stephen Hill Senior Designer design@communicatorcorp.com 3

4 What is Responsive Design? It's said by 2014 mobile internet usage is likely to overtake desktop internet usage and even now it's believed that currently 1 in 5 s are now being read on a mobile device. With this in mind, can we really ignore designing for mobile devices any longer? The answer is of course a resounding, no. For a while now web designers have dealt with designing for mobile by having effectively 2 different sites i.e. a maximum resolution one () and a minimum resolution one (mobile.communicatorcorp.com). Depending upon which device the site was viewed on, it would automatically chose which version of the site you ended up on. However, for Marketing departments this then becomes a logistical challenge; 2 different layouts, 2 different ways of working, and possibly even 2 different types of content i.e. one long, one short. Not only that but sharing content between devices proves difficult. For example, say a customer was viewing an interesting blog post on their mobile (or even viceversa) and wanted to share it with the rest of their office - it's highly likely that the rest of their office would then be locked into viewing it on that context. A pretty poor user experience. Responsive Design is a current trend which aims to react to user s actions and detect the device which the site is currently being viewed on, in order to provide the best user experience possible in terms of navigability and readability. In short - depending on what type of device (and resolution) the user views the initial website on, means what type of experience they receive. Example belo 4

5 What about ? With the variety of clients on the market, support of various techniques is a challenge on mobile devices. This is something we stress to all who wish to adopt a responsive design. iphone, ipad and Android devices all use the WebKit rendering engine therefore it comes as no surprise that the support queries between the two on their in-built mail clients is pretty good. There are some anomalies between the two however; and one comes in the shape of Gmail's own app that you can download on both iphone and Android. Since the Gmail Web Client doesn't support embedded CSS queries is a variant of that), it's no surprise that media queries are not supported in any of the Gmail mobile apps either. The other anomaly we ve found during testing is mixing the default Android client, and addresses which use a Microsoft Exchange Server to deliver those s (usually Exchange 2010). For some unknown reason, the required code to enable a responsive design is stripped out by the server and users are faced with the standard instead. Blackberry are slowly but surely moving towards using the WebKit rendering engine, but aren't quite there just yet, therefore support should improve as newer devices appear on the market. As it stands, only operating system and greater have partial support queries. Windows 7 handsets are different in the fact that the browser's base functionality is built upon a hybrid of Internet Explorer 6 & 7, which do not queries at all. This means that users of Windows 7 handsets will have to cope with the basic . 5

6 So what are the pros and cons? Firstly, the most important plus point is that responsive design provides a massively better user experience for the end user. Anything that's styled for the device its being read on is always likely to vastly improve the user experience and therefore hopefully improve sales, subscriptions etc. It also means there is no need for a 'separate' mobile template. Having a separate' mobile template is something we would always class as a poor man s' responsive design. By all means capture user preferences as to whether they want to receive s on their mobile device, but sending a mobile only' means that there is always going to be that one time when the user does end up viewing an on their computer and although viewing a 300 pixel wide on your computer isn't the end of the world, responsive design would solve all of that. On the flip side, there needs to be an understanding that template/ layouts need to be much simpler. Single / two column layouts render best on mobile devices. They're easier to read, and if they do somehow not fully render as expected on the mobile devices which don t fully support various techniques, they degrade so much more gracefully. It should be understood that if there is the thought that current templates/ s can just be switched to be made 'mobile-friendly' then I'm afraid that this isn t the case. Responsive design means a change of approach; from design to dispatch. Finally, adding mobile-specific styles shouldn't be confused with providing a slimmer or faster-loading version of your content. Mobile-specific styles just make the content easier to read on the device. In effect, the user will still effectively be downloading all of the content. 6

7 How can I build a responsive template? It is important to re-iterate something before we begin. The techniques used and discussed within the following guide aren t universally supported by all mobile clients. Not unlike web / desktop based clients, there are no mobile standards within the industry. Although we always try to ensure the advice we provide caters for the masses, there will unfortunately always be the odd occasion where the code will not render as expected. Designing for mobile first More often than not, the mobile experience for a website / application is often designed after the desktop version an afterthought if you will. To build a true responsive it s imperative that this approach is reversed and the mobile version is designed first. Designing for the mobile environment comes with a natural set of constraints the most obvious one is screen space. Losing in the region of 80% of the screen space you are used to when designing for web / desktop clients forces you to focus on making sure that what stays on the screen is the most important set of features/information for your customers and your business. Never has it been more important to understand the main goal of an e.g. SquareSpace 7

8 Not only have SquareSpace utilised a single column approach which lends itself nicely to a responsive , it has also forced them to think hard about what their main call to action is, which in this case is obviously trying to get customers to purchase a bespoke domain name. Research has shown that during a typical day: 84 per cent of people will use their smartphone at home, 80 per cent during miscellaneous times during the day, 74 per cent waiting in queues, and 64 per cent at work. This comes mostly in short bursts so not only will designing for mobile first mean a better user experience overall, but it will also give you the chance of slimming down the file size of your enabling people to access and read your s quickly on the go using a mobile connection e.g. 3G. A good example of using the mobile first mentality is below. The on the left (90% images and even longer than the screenshot suggests) wouldn t work as a responsive . Not only because of the slow loading nature of the large images when viewed on a mobile, but structure wise it isn t built using a single / two column layout. The layout on the right however has been generally built with mobile in mind. It uses a mixture of 1 and 2 column layouts, is short and punctual, has a nice blend of text and images and more importantly will load relatively quickly using a mobile connection. 8

9 Coding a mobile template In general a lot of the best practice guidelines we recommend in our regular template guidelines, run true when building a responsive template. For example, where possible we always recommend using Inline Style Sheets (ISS) over its External and Embedded CSS brothers and sisters. The reason for this is that most web-based client s strip out any External and Embedded style sheets from the header resulting in the final being displayed incorrectly using the default browser fonts. ISS, however, performs much better. One key difference is that building a responsive template/ for mobile devices requires the use of CSS3 media queries (a variation of Embedded CSS which we normally recommend avoiding). For only screen and (max-device-width: 480px) { table[class="hide"] { display: none!important; } img[id="logo"] { width: 50px!important; heigh 25px!important; } } Breaking the above down, all the code is saying is that when a device with a maximum resolution of 480 pixels or below views this page (for example an iphone), then apply the following styles. Then within the itself all we have to do is reference the relevant style at the right time e.g. <img src="logo.jpg" width="100" height="50" id="logo" style="display: block;" /> When the is viewed on a mobile device, the (in this case the logo image (logo.jpg)) adapts based on these rules but it leaves any device using a bigger resolution e.g. PC s, untouched. Using the above as a guide, the media query can then be adapted based on a number of potential mobile resolutions should the need be there, but as a guide; 480px is a good enough starting point to cover most mobile devices. One thing you may have noticed which is different from your standard Embedded CSS, is the introduction of square brackets around class names. These are called Attribute Selectors and the main point of these are to fix a well-known problem in Yahoo! Mail. For some unknown reason, Yahoo! Mail gives precedence to query, which means that even if you view the on a PC, you will still be faced with the mobile optimised version of the (Fig 1 below). Using the Attribute Selectors ensures the correct version is not only served up to Yahoo! Mail recipients but it leaves s viewed in other clients untouched. 9

10 (Fig 1) Building a single column template Single column templates are by far the easier option when it comes to designing a responsive template i.e. they re easier to code, and if things don t render as you d expect, they degrade much more gracefully. Using the above media query as a guide we can do the only screen and (max-device-width: 480px) { table[class=table-shrink] { width: 325px!important; } } Then, similarly to the logo example detailed above, we can then reference that class on the relevant tabl <table width="650" border="0" align="center" cellspacing="0" cellpadding="0" class="table-shrink"> <tr> <td bgcolor="#ffffff" valign="top">{{mainbody_650_325}}</td> </tr> </table> 10

11 When the is viewed on a mobile device which matches the above requirements, the body of the shrinks down to 325px wide. Building a two column template Building a two column template, although slightly harder, can still be done without having to resort to adding too much code to the query or the template itself. In theory, the idea is that the second column will wrap underneath the first column when viewed on a mobile devic To achieve the desired result when building a website, CSS properties such as floa left; would naturally be used but as we re building an older HTML attributes such as align= left are an adequate replacement. In the following example we will take a 650 pixel wide table with one table cell, and inside that table cell we insert 2 nested tables; one with the width of 325 pixels which is aligned left, and another similar table which is also 325 pixels wide but this time with no align property. The outcome when viewed on mobile will cause the table with no align property to wrap underneath its partner. The code to achieve this looks as follows; firstly only screen and (max-device-width: 480px) { table[class=table-shrink] { width: 325px!important; } } 11

12 Secondly, the HTML itself: <table width="650" border="0" cellpadding="0" cellspacing="0" align="center" class="table-shrink"> <tr> <td bgcolor="#ffffff"> <table width="325" border="0" cellspacing="0" cellpadding="0" align="left"> <tr> <td valign="top">{{column1_325}}</td> </tr> </table> </td> </tr> </table> <table width="325" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top">{{column2_325}}</td> </tr> </table> 12

13 Building a fluid template Unlike the two examples above which are fixed at 325px wide, it is also possible to create a fluid template. The fluid template, which no matter what resolution device a user views the on, shrinks and stretches accordingly. To do this, instead of using specified widths, we instead use percentages only screen and (max-device-width: 480px) { table[class=table-shrink] { width: 100%!important; } } This slightly query will mean that when a device with a maximum resolution of 480 pixels or below views this , no matter what resolution the device has, the table will change to 100%. For single column templates this is a relatively small change; however for two columns it becomes slightly harder and requires some small amends to the template s HTML: <table width="650" border="0" cellpadding="0" cellspacing="0" align="center" class="table-shrink"> <tr> <td bgcolor="#ffffff"> <table width="50%" border="0" cellspacing="0" cellpadding="0" align="left"> <tr> <td valign="top">{{column1_325}}</td> </tr> </table> </td> </tr> </table> <table width="50%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top">{{column2_325}}</td> </tr> </table> As you can tell from the above HTML, we have amended the two side-by-side tables to percentages (50%) rather than fixed widths. Very little changes when viewed on either desktop or webmail client, but by changing it to a percentage means a fluid layout on mobile devices. N.B. Because of the fluid nature of these templates the chances of something not rendering as expected is much greater, so please test thoroughly on multiple devices before dispatching. 13

14 Our final bit of advice is that although fluid templates may seem the way forward, it s important that a wider view of your target audience is taken. For example, when using our upcoming improved Communicator reports, you may see as an example that 90% of your recipients view your s on one type of mobile device e.g. Apple iphone. If so, it s probably not worth spending too much time in designing a fluid template for the other 10% of recipients who view their s on an uncommon device. 14

15 How can I build a responsive ? From the above sections, you have seen how to design and build a responsive template. The following section shows how to build an from that new responsive template within the Communicator platform. Importing your template into the platform is exactly the same as importing any other template. Simply store all of your template images in the same location as your HTML file (i.e. don t put the images into their own sub-folder), then create a ZIP file containing all of your images as well as your template HTML, then upload it into Communicator. N.B. Communicator is designed to be a feature rich platform with no restrictions to our clients when it comes to building s. Such features include intuitive WYSIWG editor, data driven content, image map editor, advanced personalisation etc. However, when it comes to building a responsive such features may or may not work as expected across wider mobile devices, so the key when building a responsive is to keep it simple and test thoroughly. The simpler the template / , the more chance there is of it rendering perfectly across desktop, web and mobile clients alike. Creating fluid images in a responsive Mobile devices can come in all shapes and sizes so it s important that no matter what resolution mobile the user has, that images and text make use of the screen size as much as possible. One solution is to create fluid images; which similar to a fluid template, shrink and stretch depending on device. To do so, an query can be used in the main template which then can be referenced when building the . The query looks like only screen and (max-device-width: 480px) { img[class=responsive-image] { width: 100%!important; max-width: 100%!important; heigh auto!important; } } To reference this class when building your within Communicator, follow the steps belo 1. In the Template Manager, select your template; press the Actions button next to it, then press Create . 15

16 2. Select your required mailing list and give your a name. 3. Double-Click on the required placeholder to enter the WYSIWG editor. 4. Insert an image via the Image Manager (Fig 2). 5. Swap to the HTML view using the button at the bottom of the editor and then include the class appropriately on the image e.g. <img class="responsive-image"> (Fig 2). (Fig 2) N.B. Because of the max-width: 100% property on query, it s important that any image you insert into the relevant placeholder has been saved at the appropriate fixed dimensions. For example, if the width of the placeholder is 600 pixels when viewed on desktop and webmail clients, it s important that the image you use is saved out at exactly 600 pixels. Inserting an image which is too big for the placeholder to begin with and scaling it down using the platform rarely produces good results. Hiding / Showing content Although very much a contentious issue amongst Web / Designers, some may find it necessary to pick and choose which content to display to recipients when viewing the on mobile devices. The argument is that most mobile users do everything desktop users will do so all content should remain the same only presented in a usable way. This is very much a judgement call, however should you choose to remove certain content on mobile devices e.g. limiting the amount of stories; this is how you do only screen and (max-device-width: 480px) { td[class=table-cell-hide] { display: none!important; } } 16

17 The query is saying when a device with a maximum resolution of 480 pixels or below views this page, then set the content (in this case a table cell) not to display. To reference this class in the Communicator platform, we follow a similar process to that of when we want to insert a fluid imag 1. Presuming, you have already created an from your responsive template, double-click on the required placeholder to enter the WYSIWG editor. 2. Insert a table via the Table Wizard (Fig 3). 3. Swap to the HTML view using the button at the bottom of the editor and then include the class appropriately on the table cell e.g. <td class="table-cell-hide"> (Fig 3). (Fig 3) 17

18 Summary The techniques used and discussed within this guide are to be used as a starting point to your responsive design adventures. By altering and enhancing the above code, as well as using the core functionality found within the Communicator platform, you can achieve your desired outcome on mobile devices with relatively little effort. If you d like to know more about Responsive Design, or would like the Communicator Corp Design team to design and build a bespoke responsive template using the above best practice knowhow and expertise, please contact your Account Manager for more information. Alternatively, if you have any suggestions as to how we can improve this guide, or you notice any changes in functionality which requires the guide updating, please get in touch. Stephen Hill Senior Designer design@communicatorcorp.com 18

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

Responsive Email Design. Our guide to helping you get started. March 2013 Version 0.4 Responsive Email Design Our guide to helping you get started March 2013 Version 0.4 Contents Introduction... 3 What is Responsive Design?... 4 What about email?... 5 So what are the pros and cons?... 6

More information

RESPONSIVE EMAIL DESIGN OUR GUIDE TO HELPING YOU GET STARTED

RESPONSIVE EMAIL DESIGN OUR GUIDE TO HELPING YOU GET STARTED RESPONSIVE EMAIL DESIGN OUR GUIDE TO HELPING YOU GET STARTED CONTENTS What Is Responsive Design? 4 What About Email? 5 So What Are The Pros And Cons? 6 How Can I Build A Responsive Template? 7 Designing

More information

TEMPLATE GUIDELINES OCTOBER 2013

TEMPLATE GUIDELINES OCTOBER 2013 TEMPLATE GUIDELINES OCTOBER 2013 CONTENTS Introduction... 4 Creative... 5 Template Dimensions & Image Headers... 5 Preview Pane & Positioning... 5 Graphics... 6 Optimization and File Size... 6 Background

More information

RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR

RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR RESPONSIVE EMAIL DESIGN According to stats from Litmus, in 2014 at least 53% of emails were opened on a mobile device. That is a huge increase from 2011 when the

More information

The Birth of Responsive Email Templates

The Birth of Responsive Email Templates The Birth of Responsive Email Templates The Birth of Responsive Email Templates The adoption of mobility solution at the enterprise level is simply becoming more relentless in order to engage more and

More information

A GUIDE TO MOBILE EMAIL

A GUIDE TO MOBILE EMAIL A GUIDE TO MOBILE EMAIL UNDERSTANDING THE WHAT, HOW & WHY TABLE OF CONTENTS EMAILS OPENED ON MOBILE? 1 Email open market share 2011-2013 WHAT DOES THIS MEAN? 2 FIRST THINGS FIRST 2 From and Subject Lines

More information

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

Mobile Optimise your Emails. Code & examples to make your email campaigns mobile friendly Mobile Optimise your Emails Code & examples to make your email campaigns mobile friendly Email Marketing Guide June 2013 CONTENTS Introduction...01 The Growing Importance of Mobile...02 Key Mobile Devices...03

More information

Creative Guidelines for Emails

Creative Guidelines for Emails Version 2.1 Contents 1 Introduction... 3 1.1 Document Aim and Target Audience... 3 1.2 WYSIWYG editors... 3 1.3 Outlook Overview... 3 2 Quick Reference... 4 3 CSS and Styling... 5 3.1 Positioning... 5

More information

RESPONSIVE DESIGN FOR MOBILE RENDERING

RESPONSIVE DESIGN FOR MOBILE RENDERING WHITEPAPER RESPONSIVE DESIGN FOR MOBILE RENDERING DELIVER MOBILE-SPECIFIC CONTENT USING MEDIA QUERIES EXECUTIVE SUMMARY With the widespread adoption of smartphones and tablets, proper email rendering in

More information

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure CONTROL PERSONALISE SOCIALISE www.airangel.com Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure Contents Why is my portal design so important? Page 03 - You

More information

The Essential Guide to HTML Email Design

The Essential Guide to HTML Email Design The Essential Guide to HTML Email Design Index Introduction... 3 Layout... 4 Best Practice HTML Email Example... 5 Images... 6 CSS (Cascading Style Sheets)... 7 Animation and Scripting... 8 How Spam Filters

More information

RESPONSIVE EMAIL DESIGN & DEVELOPMENT THE WHAT, WHY & HOW

RESPONSIVE EMAIL DESIGN & DEVELOPMENT THE WHAT, WHY & HOW RESPONSIVE EMAIL DESIGN & DEVELOPMENT THE WHAT, WHY & HOW December 2014 SUSANNA OLIVER Web Developer Denver Fargo Minneapolis 701.235.5525 888.9.sundog FAX: 701.235.8941 www.sundoginteractive.com Overview

More information

Email Campaign Guidelines and Best Practices

Email Campaign Guidelines and Best Practices epromo Guidelines HTML Maximum width 700px (length = N/A) Maximum total file size, including all images = 200KB Only use inline CSS, no stylesheets Use tables, rather than layout Use more TEXT instead

More information

Mobile Optimisation 2014

Mobile Optimisation 2014 IAB Email Marketing Series 2014 Ryan Hickling, Head of Email, TMW Landscape Over the past two to three years we ve seen a massive change in the way consumers interact with brands digitally. As technology

More information

Mobile Friendly Email Design

Mobile Friendly Email Design Mobile Friendly Email Design Create emails that look good on every device. A guide by Mobile friendly email design Contents Why Design for Mobiles?...3 You Must Optimise for Mobiles...4 Mobile User s Behvaiour...5

More information

A quick guide to... Effective HTML Messages

A quick guide to... Effective HTML Messages A quick guide to... Effective HTML Messages In this guide... Learn easy and effective ways to engage your subscribers, increase your click-through ratio (CTR), and get better results from your email marketing.

More information

HTML TIPS FOR DESIGNING

HTML TIPS FOR DESIGNING This is the first column. Look at me, I m the second column.

More information

Mobile Email Design: Marketing Fit for the Small Screen

Mobile Email Design: Marketing Fit for the Small Screen Mobile Email Design: Marketing Fit for the Small Screen We live in an always on, always connected world. And there is no turning back. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 Introduction GO! GO!

More information

MCH Strategic Data Best Practices Review

MCH Strategic Data Best Practices Review MCH Strategic Data Best Practices Review Presenters Alex Bardoff Manager, Creative Services abardoff@whatcounts.com Lindsey McFadden Manager, Campaign Production Services lmcfadden@whatcounts.com 2 Creative

More information

Making Responsive Emails

Making Responsive Emails Making Responsive Emails Who Am I? Justine Jordan Wearer of Many Hats, Litmus @meladorri @litmusapp #CSSsummit litmus.com/lp/csssummit Sample HTML, slides, templates, frameworks, and other goodies. Disclaimer:

More information

REDESIGNING FOR MOBILE What Email Marketers Need to Know

REDESIGNING FOR MOBILE What Email Marketers Need to Know REDESIGNING FOR MOBILE What Email Marketers Need to Know Getting Ready for Canada s Anti-Spam Law 1 Redesigning for Mobile - What Email Marketers Need To Know 1 REDESIGNING FOR MOBILE What Email Marketers

More information

Mobile Strategy and Design

Mobile Strategy and Design Mobile Strategy and Design A Guide for Publishers December 5, 2011 www.xtenit.com US: 01.877.XTENIT.1 International: 01.212.646.9070 Overview This paper outlines mobile strategies and deployment guidelines

More information

GUIDE TO CODE KILLER RESPONSIVE EMAILS

GUIDE TO CODE KILLER RESPONSIVE EMAILS GUIDE TO CODE KILLER RESPONSIVE EMAILS THAT WILL MAKE YOUR EMAILS BEAUTIFUL 3 Create flawless emails with the proper use of HTML, CSS, and Media Queries. But this is only possible if you keep attention

More information

White Paper Using PHP Site Assistant to create sites for mobile devices

White Paper Using PHP Site Assistant to create sites for mobile devices White Paper Using PHP Site Assistant to create sites for mobile devices Overview In the last few years, a major shift has occurred in the number and capabilities of mobile devices. Improvements in processor

More information

Responsive Design for Email

Responsive Design for Email Good to Know Guide: Responsive Design for Email INSIDE YOU LL FIND... Responsive Design Overview Media Queries Explained Best Practices How It Works Samples of Design Approach Responsive vs. Predictive

More information

Coding HTML Email: Tips, Tricks and Best Practices

Coding HTML Email: Tips, Tricks and Best Practices Before you begin reading PRINT the report out on paper. I assure you that you ll receive much more benefit from studying over the information, rather than simply browsing through it on your computer screen.

More information

Caldes CM2: Marketing Emails Support Document v1.12

Caldes CM2: Marketing Emails Support Document v1.12 Caldes CM2: Marketing Emails Support Document v1.12 Caldes Enterprise software can be used to send out marketing email. Due to the nature of these being bespoke designs, Caldes make a one off charge to

More information

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

This document will describe how you can create your own, fully responsive. drag and drop email template to use in the email creator. 1 Introduction This document will describe how you can create your own, fully responsive drag and drop email template to use in the email creator. It includes ready-made HTML code that will allow you to

More information

Responsive Web Design: Is It Worth It?

Responsive Web Design: Is It Worth It? Responsive Web Design: Is It Worth It? (Adapted from " Responsive Web Design," by EyeImagine, LLC, December 2012, www.eyeimaginetech.com) Introduction Responsive Web Design is generating a lot of buzz

More information

Designing HTML Emails for Use in the Advanced Editor

Designing HTML Emails for Use in the Advanced Editor Designing HTML Emails for Use in the Advanced Editor For years, we at Swiftpage have heard a recurring request from our customers: wouldn t it be great if you could create an HTML document, import it into

More information

Converting Prospects to Purchasers.

Converting Prospects to Purchasers. Email Template Guide LASSO EMAIL TEMPLATE EDITOR... 2 ABOUT LASSO EMAIL TEMPLATE EDITOR... 2 CREATING AN EMAIL TEMPLATE... 2 ACCESSING EMAIL TEMPLATES... 2 ADDING AN EMAIL TEMPLATE FOLDER... 3 BASIC PRINCIPLES

More information

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

Informz for Mobile Devices: Making Your Emails PDA and Phone-Friendly Informz for Mobile Devices: Making Your Emails PDA and Phone-Friendly The use of personal digital assistants (PDAs) has increased exponentially since the early days of rudimentary Palm Pilots and similar

More information

Looking Good! Troubleshooting Email Display Problems

Looking Good! Troubleshooting Email Display Problems 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

More information

The Essential Guide to HTML Email Design

The Essential Guide to HTML Email Design The Essential Guide to HTML Email Design Emailmovers Limited, Pindar House, Thornburgh Road Scarborough, North Yorkshire, YO11 3UY Tel: 0845 226 7181 Fax: 0845 226 7183 Email: enquiries@emailmovers.com

More information

Responsive Email Design Guide. The fundamentals of designing and building mobile optimized email

Responsive Email Design Guide. The fundamentals of designing and building mobile optimized email Responsive Email Design Guide The fundamentals of designing and building mobile optimized email With the rapid increase of smartphone and tablet adoption, mobile email opens are growing exponentially every

More information

Hello. What s inside? Ready to build a website?

Hello. What s inside? Ready to build a website? Beginner s guide Hello Ready to build a website? Our easy-to-use software allows to create and customise the style and layout of your site without you having to understand any coding or HTML. In this guide

More information

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

Responsive Web Design for Teachers. Exercise: Building a Responsive Page with the Fluid Grid Layout Feature Exercise: Building a Responsive Page with the Fluid Grid Layout Feature Now that you know the basic principles of responsive web design CSS3 Media Queries, fluid images and media, and fluid grids, you

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

ADOBE DREAMWEAVER CS3 TUTORIAL

ADOBE DREAMWEAVER CS3 TUTORIAL ADOBE DREAMWEAVER CS3 TUTORIAL 1 TABLE OF CONTENTS I. GETTING S TARTED... 2 II. CREATING A WEBPAGE... 2 III. DESIGN AND LAYOUT... 3 IV. INSERTING AND USING TABLES... 4 A. WHY USE TABLES... 4 B. HOW TO

More information

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

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file. Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded

More information

Email Creator Coding Guidelines Toolbox

Email Creator Coding Guidelines Toolbox Email Creator Coding Guidelines Toolbox The following information is needed when coding your own template from html to be imported into the Email Creator. You will need basic html and css knowledge for

More information

EMAIL MARKETING BEST PRACTICES. www.agillic.com contact@agillic.com

EMAIL MARKETING BEST PRACTICES. www.agillic.com contact@agillic.com EMAIL MARKETING BEST PRACTICES www.agillic.com contact@agillic.com SUBJECTS AND PREHEADERS Subject Preheader Tell it don t sell it Your subjects and preheaders can make all the difference to your email.

More information

Responsive Design Best Practices

Responsive Design Best Practices Responsive Design Best Practices Heather Shore Account Director Silverpop Harlan Cayetano Sr. Email Specialist Silverpop Yin Mac Program Manager Silverpop Andrea Shyrock Production Manager Alchemy Worx

More information

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

More information

TOP TIPS TO A TIP TOP EMAIL

TOP TIPS TO A TIP TOP EMAIL TOP TIPS TO A TIP TOP EMAIL EMAIL MOBILE SOCIAL WEB CONTENTS PAGE Introduction... 3 My Top 10 Tips... 4 Tip 1 - Super, Super Subject Lines... 4 Tip 2 - Make Your Call To Action Count... 5 Tip 3 - The Power

More information

A Simple Guide to. What makes a good website design? (by good, I mean a return on your investment)

A Simple Guide to. What makes a good website design? (by good, I mean a return on your investment) A Simple Guide to What makes a good website design? (by good, I mean a return on your investment) Hello and welcome, My name is Katherine Kelleher and I have written this e-book to help you develop an

More information

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Web Design in Nvu Workbook 1

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Web Design in Nvu Workbook 1 Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl Web Design in Nvu Workbook 1 The demand for Web Development skills is at an all time high due to the growing demand for businesses and individuals to

More information

Table of Contents Find out more about NewZapp

Table of Contents Find out more about NewZapp Table of Contents Why is email display an issue in email marketing?... 2 Expert Email Design... 3 Desktop PC and Apple Mac email applications... 4 Web and mobile device email readers... 5 Creating your

More information

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

Table of Contents Desktop PC and Apple Mac email applications Web and mobile device email readers Find out more about NewZapp Table of Contents Why is email display an issue in email marketing?... 2 Expert Email Design... 3 Quick look-up overview... 4 Desktop PC and Apple Mac email applications... 5 Outlook 2007-2016... 6 Content

More information

a white paper Email Marketing in a Mobile World

a white paper Email Marketing in a Mobile World a white paper Email Marketing in a Mobile World Table of Contents Email Marketing in a Mobile World...1 Analytics and You... 2 Mobile Friendly Design Strategies... 3-5 Conclusion...6 About Informz Revolutionizing

More information

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade Exercise: Creating two types of Story Layouts 1. Creating a basic story layout (with title and content)

More information

Responsive and Adaptive Web Design. Responsive & Adaptive websites-respond to the user s device by showing an optimized view.

Responsive and Adaptive Web Design. Responsive & Adaptive websites-respond to the user s device by showing an optimized view. Responsive and Adaptive Web Design Responsive & Adaptive websites-respond to the user s device by showing an optimized view. Web Design Assumptions Are Changing Rapidly Making a desktop layout small is

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program, you ll find a number of task panes, toolbars,

More information

Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings

Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings INDUSTRY INSIGHT GUIDE Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings Inside How to boost direct bookings Why you need a mobile-friendly site Pros & cons of mobile websites Pros

More information

MelbourneOnline Hosted Exchange Setup

MelbourneOnline Hosted Exchange Setup MelbourneOnline Hosted Exchange Setup Your email on our Hosted Exchange servers can be accessed by multiple devices including PC, Mac, iphone, IPad, Android, Windows Phone and of course webmail. It s all

More information

RESPONSIVE WEB DESIGN

RESPONSIVE WEB DESIGN WHITE PAPER December 2012 RESPONSIVE WEB DESIGN A QUICK INTRODUCTION Responsive Web Design is generating a lot of buzz among web designers. What s all the fuss about? facing Responsive Design and total

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

Successful Email Signatures

Successful Email Signatures Successful Email Signatures Simple techniques for creating a high impact email signature Search Engine Optimisation (SEO). Pay Per Click (PPC) Social Media Marketing. International SEO. Web Design Ecommerce.

More information

How to Properly Compose E-Mail HTML Code : 1

How to Properly Compose E-Mail HTML Code : 1 How to Properly Compose E-Mail HTML Code : 1 For any successful business, creating and sending great looking e-mail is essential to project a professional image. With the proliferation of numerous e-mail

More information

How To Write An Email From An Ipad To An Email Address In India

How To Write An Email From An Ipad To An Email Address In India A Designer's Guide to HTML Emails There are a whole host of ingredients that contribute to a good email marketing campaign. Permission, relevance, timeliness and engaging content are all important. Even

More information

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

University of Colorado Boulder Colorado Springs Denver Anschutz Medical Campus. CU ecomm Program Email Marketing Best Practices University of Colorado Boulder Colorado Springs Denver Anschutz Medical Campus CU ecomm Program Email Marketing Best Practices What is ecomm?... 2 Why use ecomm?... 3 Legal Considerations... 4 Email Marketing

More information

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

The Third Screen: What Email Marketers Need to Know About Mobile Rendering BlueHornet Whitepaper The Third Screen: What Email Marketers Need to Know About Mobile Rendering Part One: Your Marketing Message on the Third Screen Executive Summary The rapid rise in adoption of so-called

More information

Introducing our new Editor: Email Creator

Introducing our new Editor: Email Creator Introducing our new Editor: Email Creator To view a section click on any header below: Creating a Newsletter... 3 Create From Templates... 4 Use Current Templates... 6 Import from File... 7 Import via

More information

Creating Effective HTML Email Campaigns

Creating Effective HTML Email Campaigns Creating Effective HTML Email Campaigns This event is being recorded. You will receive a copy of the audio/video at the end of the presentation. 701 South Broad Street, Lititz, PA 17543 www.listrak.com

More information

Working with the Ektron Content Management System

Working with the Ektron Content Management System Working with the Ektron Content Management System Table of Contents Creating Folders Creating Content 3 Entering Text 3 Adding Headings 4 Creating Bullets and numbered lists 4 External Hyperlinks and e

More information

Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder

Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder The All New Drag & Drop Email Builder from Net-Results Contents I. Introduction II. Overview - The Canvas & Builder Tools III. The

More information

Access 2007 Creating Forms Table of Contents

Access 2007 Creating Forms Table of Contents Access 2007 Creating Forms Table of Contents CREATING FORMS IN ACCESS 2007... 3 UNDERSTAND LAYOUT VIEW AND DESIGN VIEW... 3 LAYOUT VIEW... 3 DESIGN VIEW... 3 UNDERSTAND CONTROLS... 4 BOUND CONTROL... 4

More information

Joomla! Actions Suite

Joomla! Actions Suite Joomla! Actions Suite The Freeway Actions and this documentation are copyright Paul Dunning 2009 All other trademarks acknowledged. www.actionsworld.com Joomla! and Freeway What are these Actions? The

More information

Use Office 365 on your iphone or ipad

Use Office 365 on your iphone or ipad Use Office 365 on your iphone or ipad Quick Start Guide Check email Set up your iphone or ipad to send and receive mail from your Office 365 account. Check your calendar wherever you are Always know where

More information

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

HTML Email Power Tips. HTML messages improve your CTR. World s Easiest Email Marketing. A quick guide to Learn easy and effective ways to engage your subscribers, increase your click-through ratio (CTR), and get better results from your email marketing. HTML Email Power Tips Be readable get

More information

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Contents Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Time for action - Viewing the mobile sample site 2 What just happened 4 Time for Action - Mobile device redirection

More information

How To Convert A Lead In Sugarcrm

How To Convert A Lead In Sugarcrm Attract. Convert. Retain. Lead Management in SugarCRM Written by: Josh Sweeney and Matthew Poer www.atcoresystems.com Atcore Systems, LLC 2010 All rights reserved. No part of this publication may be reproduced

More information

Guidelines for Effective Email Creative

Guidelines for Effective Email Creative Guidelines for Effective Email Creative While the need for quality and effective design has always existed from a marketing standpoint, challenges unique to the email space require a different look at

More information

Advanced Drupal Features and Techniques

Advanced Drupal Features and Techniques Advanced Drupal Features and Techniques Mount Holyoke College Office of Communications and Marketing 04/2/15 This MHC Drupal Manual contains proprietary information. It is the express property of Mount

More information

Copyright 2011 Smart VA Ltd All Rights Reserved.

Copyright 2011 Smart VA Ltd All Rights Reserved. Copyright 2011 Smart VA Ltd All Rights Reserved. No part of this guide may be reproduced or transmitted in any form whatsoever, electronic, or mechanical, including photocopying, recording, or by any informational

More information

Email Marketing. 023 8022 7117 www.atelier-studios.com @atelierstudios. Version 1.0

Email Marketing. 023 8022 7117 www.atelier-studios.com @atelierstudios. Version 1.0 Email Marketing Version 1.0 Atelier Studios Limited 19A London Road Southampton Hampshire SO15 2AE UK Email Marketing Email marketing is an excellent way of promoting products, services and events direct

More information

Create Your own Company s Design Theme

Create Your own Company s Design Theme Create Your own Company s Design Theme A simple yet effective approach to custom design theme INTRODUCTION Iron Speed Designer out of the box already gives you a good collection of design themes, up to

More information

Getting Started with WebSite Tonight

Getting Started with WebSite Tonight Getting Started with WebSite Tonight WebSite Tonight Getting Started Guide Version 3.0 (12.2010) Copyright 2010. All rights reserved. Distribution of this work or derivative of this work is prohibited

More information

What is a Mobile Responsive Website?

What is a Mobile Responsive Website? More and more of your target audience is viewing websites using smart phones and tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business,

More information

Email Guidelines. The following guidelines are for companies who develop email HTML design/creative and copy.

Email Guidelines. The following guidelines are for companies who develop email HTML design/creative and copy. The following guidelines are for companies who develop email HTML design/creative and copy. In today s email environment it is imperative that mailers consider the limitations presented by email readers

More information

Responsive Web Design. Webinar, August 2012

Responsive Web Design. Webinar, August 2012 Responsive Web Design Webinar, August 2012 The browser landscape is changing The United Kingdom is the second largest global internet user In a recent study, 11% of UK internet traffic was from mobile

More information

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

Principles of Web Design 6 th Edition. Chapter 12 Responsive Web Design Principles of Web Design 6 th Edition Chapter 12 Responsive Web Design Objectives Recognize the need for responsive web design Use media queries to apply conditional styles Build a basic media query Create

More information

HOW TO BUILD AND CUSTOMIZE YOUR FACEBOOK FAN PAGE (ON THE CHEAP)

HOW TO BUILD AND CUSTOMIZE YOUR FACEBOOK FAN PAGE (ON THE CHEAP) HOW TO BUILD AND CUSTOMIZE YOUR FACEBOOK FAN PAGE (ON THE CHEAP) Let s connect on Facebook http://facebook.com/smmcamp Page 1 How to Build and Customize Your Facebook Fan Page In this tutorial I m going

More information

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting

More information

Shopping Cart Manual. Written by Shawn Xavier Mendoza

Shopping Cart Manual. Written by Shawn Xavier Mendoza Shopping Cart Manual Written by Shawn Xavier Mendoza Table of Contents 1 Disclaimer This manual assumes that you are using Wix.com for website creation, and so this method may not work for all other online

More information

WordPress websites themes and configuration user s guide v. 1.6

WordPress websites themes and configuration user s guide v. 1.6 WordPress websites themes and configuration user s guide v. 1.6 Congratulations on your new website! Northeastern has developed two WordPress themes that are flexible, customizable, and designed to work

More information

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1 UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,

More information

Responsive Web Design. birds of feather

Responsive Web Design. birds of feather Responsive Web Design birds of feather Approaches to Mobile Development 1. No Mobile Approach 2. Native Mobile Applications 3. Mobile Websites 4. Responsive (universal) design No Mobile Approach Website

More information

Responsive web design Are we ready for the new age?

Responsive web design Are we ready for the new age? Responsive web design Are we ready for the new age? Nataša Subić, The Higher Education Technical School of Professional Studies in Novi Sad, Serbia, subic@vtsns.edu.rs Tanja Krunić, The Higher Education

More information

An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL

An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL An Emailcenter briefing: Can your customers read your email newsletters? An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL November, 2004 Emailcenter research has shown

More information

BlueHornet Whitepaper

BlueHornet Whitepaper BlueHornet Whitepaper Best Practices for HTML Email Rendering BlueHornet.com Page Page 1 1 2007 Inc. A wholly owned subsidiary of Digital River, Inc. (619) 295-1856 2150 W. Washington Street #110 San Diego,

More information

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21 Index Index School Jotter Manual Logging in Getting the site looking how you want Managing your site, the menu and its pages Editing a page Managing Drafts Managing Media and Files User Accounts and Setting

More information

Going Beyond SAP ITS Mobile Apps to a Responsive Design Mobile Apps. JK (JayaKumar Pedapudi) Principal Consultant NTT DATA, Inc.

Going Beyond SAP ITS Mobile Apps to a Responsive Design Mobile Apps. JK (JayaKumar Pedapudi) Principal Consultant NTT DATA, Inc. Going Beyond SAP ITS Mobile Apps to a Responsive Design Mobile Apps JK (JayaKumar Pedapudi) Principal Consultant NTT DATA, Inc. Introduction. Learning Points. What is Responsive Design and its Role? Design

More information

Quick Start Guide Mobile Entrée 4

Quick Start Guide Mobile Entrée 4 Table of Contents Table of Contents... 1 Installation... 2 Obtaining the Installer... 2 Installation Using the Installer... 2 Site Configuration... 2 Feature Activation... 2 Definition of a Mobile Application

More information

Hello. If you have any questions that aren t addressed here, feel free to contact our support staff.

Hello. If you have any questions that aren t addressed here, feel free to contact our support staff. Hello. You've imported your list, created a beautiful campaign, tested it, revised it, and sent it to your loyal subscribers. Now it's time to sit back, relax, and watch your reports come in. MailChimp

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

Customising Your Mobile Payment Pages

Customising Your Mobile Payment Pages Corporate Gateway Customising Your Mobile Payment Pages V2.0 May 2014 Use this guide to: Understand how to customise your payment pages for mobile and tablet devices XML Direct Integration Guide > Contents

More information

What is a Mobile Responsive Website?

What is a Mobile Responsive Website? More and more of your target audience is viewing websites using smart phones and tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business,

More information

CUSTOMER+ PURL Manager

CUSTOMER+ PURL Manager CUSTOMER+ PURL Manager October, 2009 CUSTOMER+ v. 5.3.1 Section I: Creating the PURL 1. Go to Administration > PURL Management > PURLs 2. Click Add Personalized URL 3. In the Edit PURL screen, Name your

More information

Working with the new enudge responsive email styles

Working with the new enudge responsive email styles Working with the new enudge responsive email styles This tutorial assumes that you have added one of the mobile responsive colour styles to your email campaign contents. To add an enudge email style to

More information