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

Size: px
Start display at page:

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

Transcription

1

2 Table of Contents Why is display an issue in marketing?... 2 Expert Design... 3 Quick look-up overview... 4 Desktop PC and Apple Mac applications... 5 Outlook Content pasted from other applications causes layout problems... 6 Animated GIFs not animating... 7 No coloured HTML borders on images... 8 Absolute Middle image alignment not working... 9 Incorrect letter-spacing HTML image resizing not working Gaps appearing in s with a lot of content Lotus Notes Internal anchor links not working HTML image resizing not working Opera Mail Internal anchor links not working Text colour is altered unexpectedly Web and mobile device readers Gmail & Virgin Media Webmail * Short gaps appearing under images Text links not displaying in specified colour Outlook.com and Yahoo! Mail No coloured HTML borders on images Short gaps appearing under images Text links not displaying in specified colour Mobile device applications Inconsistent text display Comparison of commonly used fonts on ios, Android and Windows Phone mobile devices Extra reading Find out more about NewZapp

3 Why is display an issue in marketing? Businesses and consumers use a wide variety of devices and programs and apps (also called clients or readers) including: Microsoft Outlook for Windows desktop Lotus Notes Google Gmail Virgin Media Webmail (uses older Gmail engine) Outlook.com (formerly Windows Live Hotmail) AOL Mail Orange Webmail (now part of EE) Yahoo! Mail Opera Mail Apple Mail for Mac OS X Mozilla Thunderbird Apple Mail for ios Mail for Android Microsoft Outlook for Windows Phone... and more marketing is delivered as HTML code, and each program or app interprets this code slightly differently. The challenge is to create campaigns that are displayed as consistently as possible across all readers. 2

4 Expert Design There are quite a few pitfalls to be aware of when creating and sending HTML campaigns. The NewZapp Design Team s many years of experience helps ensure the best results across all major readers when designing and building editable (re-usable) templates for your NewZapp account. In this guide we take a look at some of the most common display issues encountered when creating an campaign in an marketing system like NewZapp and (where possible) how you can work around them. We also offer supporting presentations for Designers and Coders looking to create or edit their own HTML s. Contact us for a copy of: building best practice - a guide for designers Plus the complete A-Z of everything we know! The Designer s Guide to Building Templates 3

5 Quick look-up overview Click on the red circles to take you to each reader s issue. Support for Feature? Microsoft Outlook Microsoft Outlook.com Gmail / Virgin Media Webmail Orange Webmail AoL Mail Yahoo! Mail Mozilla Thunderbird Opera Mail Apple Mail for OS X Lotus Notes 8.5 Apple Mail for ios Mail for Android Outlook for Windows Phone Animated GIFs Borders on Images Absolute Middle Image Alignment Internal Anchor Links Link Colouring Text Colouring Font display Re-sized images 4

6 Desktop PC and Apple Mac applications Most PCs and Apple Macs come with a default program pre-installed, ready to be used to collect and display s from any address including online webmail accounts. Microsoft Outlook 2007, 2010, 2013 & 2016 Comes as a standard installation with Microsoft Windows as part of the Microsoft Office suite of tools. These latest versions of Outlook are considered to be some of the more challenging readers to create HTML s for. Apple Mail for Mac Comes as a standard installation with the Apple Mac OS X and Apple ios. The latest version on Apple OS X is Apple Mail 8, and has proven to be one of the least troublesome programs. There are also third-party desktop applications available including: Lotus Notes 8.5 Widely used by medium-to-large sized businesses, Lotus Notes is just one part of IBM s database-oriented Domino suite. It uses its own limited HTML display engine for s, but version 8.5 is less problematic than earlier incarnations. Mozilla Thunderbird This free reader counterpart to the Mozilla Firefox browser is available across a range of operating systems. No significant display issues are reported at this time. Opera Mail The latest version of the Opera web browser has the separate Opera Mail desktop application as its counterpart previously it was an integral part of the Opera browser. display is generally fine with a few small foibles. On the following pages we will illustrate some of the more common display issues for desktop programs and suggest ways of working around them. 5

7 Outlook Content pasted from other applications causes layout problems Adding content to an by copying and pasting from a web page, another or a Word document brings with it invisible application-specific formatting code. For example, unlike other programs, Microsoft Outlook uses Microsoft Word to display HTML, which can cause a number of issues if your content is not as clean as you think it is! Everything may look fine as you are working in your editing system but it won t be until you send an to an Outlook account that any extra code lurking in the background will wreak havoc on the style and layout of your . Using content that you know to be clean and unformatted in the first place is the best way to avoid problems. marketing editors such as NewZapp usually provide tools to strip out extra formatting code automatically as you paste. If you prefer, you can manually clean content before adding it to an by simply pasting it into a plain text editor like Notepad or SimpleText, which should strip out any extra formatting. Re-copy this cleaned content and paste it into your marketing editor. Your HTML code should then be cleaner and give you more reliable and consistent results in all readers. Looks fine in the editor <!--[if gte mso 10]> <style> /* Style Definitions */ table.msonormaltable {mso-style-name:"table Normal"; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; </style> <![endif]--> <div style="text-align: left;" class="msonormal"><b style="msobidi-font-weight:normal"><span style="font-size:12.0pt;lineheight:115%;fontfamily:"arial","sansserif";color:#e46c0a; but extra code like this little lot Although this is an issue most often encountered with the combination of Outlook and Microsoft Word, any reader may display oddly if your code is not clean and correctly formatted. can give unexpected results in Outlook

8 Outlook Animated GIFs not animating Instead of displaying an animated GIF as a multipleframe animation like most readers, Outlook displays only a static image of the first frame. More info: A GIF (Graphical Interface Format) is a commonly used image file type that displays reliably online and in all major readers. An animated GIF groups together multiple individual images and plays them back as an animation. When including animated GIFs in your campaigns you should ensure that: Example of an animated GIF in Outlook displaying an incomplete first frame as a static image Example of an animated GIF in Outlook displaying a more effective first frame as a static image the first frame works as a stand-alone image. any call to action or other crucial information is also included in the first frame. If your designer creates an animated GIF for your s, or an advertiser supplies you with one for inclusion in an , make sure they are aware of this issue. No. 7

9 Outlook No coloured HTML borders on images Outlook will not display coloured borders on images. Unfortunately, as yet there is no HTML or CSS code that you can insert into your to ensure borders appear in Outlook , so if you want to ensure that a border is seen in all readers it would be best to incorporate it as part of your image. This will also ensure that any text aligned with your images stays in place and doesn t get re-positioned because of the lack of borders (see example below). Yes, Outlook.com and Yahoo! Mail. Example of reader that allows the display of HTML borders on images Example of displayed in Outlook with no HTML borders on images and inconsistent text positioning 8

10 Outlook Absolute Middle image alignment not working Outlook does not recognise the HTML Absolute Middle image alignment attribute and also ignores any padding that has automatically been applied to the image and text. What s Absolute Middle? In some editing programs Absolute Middle image alignment can be used to align text vertically centre besides an image. This is useful for titles, bulleted lists/links etc as shown below. Check past campaign statistics to see what proportion of your database uses Outlook this will help you evaluate how big an issue it is for you. If you do have a large percentage of Outlook users, we advise against using Absolute Middle image alignment at all. Instead, consider using Left image alignment, which displays with no problems in other readers and looks just as good so long as your image is a similar height to your accompanying line(s) of text. No. Example showing Absolute Middle image alignments correctly Example showing Absolute Middle image alignment being ignored by Outlook

11 Outlook Incorrect letter-spacing Outlook sets more letter-spacing for 11px text than is usual in HTML. If using this text size in your content, pay close attention to any areas where the copy doesn t have much room for expansion (i.e. is it a tight fit in the space available?) and do send a test to one or more Outlook 2007, 2010, 2013 and 2016 accounts to make sure you are still happy with how your looks. No. Example correctly displaying standard 11px letter-spacing (address fits on two lines within box) Example shown in Outlook with increased letter-spacing on 11px text (address now breaks out of box) 10

12 Outlook HTML image resizing not working Outlook ignores any HTML image code resizing images are always shown at their original size. It is important ensure your images are the actual size you need them to be in your before you upload them to where they will be hosted (e.g. to your NewZapp or other ESP account, or on your own server). This way there will be no need to resize them to their desired dimensions in the editor or by use of code in the HTML. To resize or crop an image you can use either: the image editing tools available in marketing editors such as NewZapp; your own graphics application (e.g. Photoshop, Paint Shop Pro) ; free image editing application such as MS Paint or Apple Photo (that come pre-installed with your OS), or basic online picture editing tools such as Picasa or Pixlr. Example where the reader recognises the desired smaller image size Example of displaying in Outlook , where the resized image dimensions are not recognised and the large image breaks the layout In marketing systems like NewZapp, if an image is larger than the area it is being placed into the image will be automatically resized to fit and saved at this size as a separate copy to preserve the original and to ensure that the image remains at its new size in Outlook Yes, Lotus Notes. 11

13 Outlook Gaps appearing in s with a lot of content Odd gaps appear in very long s. More detail: Unlike other readers, Microsoft Outlook uses Microsoft Word to interpret HTML and apply its own printbased formatting. This means in practice that it inserts a page-break when your content exceeds a set length. In the example shown here the break in the layout doesn t cause much of an issue, but if the break happened to appear in a section of text then the flow and layout of the might appear broken. Note that Outlook is unaffected by this issue. If this situation occurs when you are testing your campaign your options are: re-arrange the content so the gap appears in a less conspicuous place consider dividing the into two campaigns use a shorter linking to several landing pages instead Example of a long displaying correctly Example of a long displaying incorrectly with a gap appearing in Outlook 2007/2010 Check past campaign statistics to see what proportion of your database uses Outlook 2007/2010 to help you evaluate how big an issue it is for you. No. 12

14 Lotus Notes 8.5 Internal anchor links not working Lotus Notes 8.5 will not recognise internal anchor links within an . More Info: Instead of linking down to anchor points within an once an internal anchor link is clicked, Lotus Notes forces open a new browser window with a cannot display error on screen. Unfortunately, there isn t as yet a piece of code that can be used in an HTML to ensure that internal anchor links will work in Lotus Notes. If you feel your readership is likely to have a high proportion of Lotus Notes 8.5 users, it would be best to avoid the use of internal anchor links in your campaigns. Yes, in Opera Mail and a minor issue in Orange Webmail: Orange Webmail Once an anchor link is clicked the opens again in a new window. The new window does then jump down to the correct anchor point in the but every subsequent internal anchor link clicked will open the again in another new window. 13

15 Lotus Notes 8.5 HTML image resizing not working Lotus Notes 8.5 ignores any HTML image code resizing images are always shown at their original size. More detail: Images dragged and re-sized within an whilst it s being composed or re-sized by means of code in the HTML will revert to their original size when viewed in Lotus Notes. Example where the reader recognises the desired smaller image size The most reliable method is ensure your images are the exact size you need them to be in your before you upload them to where they will be hosted (e.g. to your NewZapp or other ESP account, or on your own server). To resize or crop an image you can use either: Example of displaying in Outlook , where the resized image dimensions are not recognised and the large image breaks the layout the image editing tools available in marketing editors such as NewZapp; your own graphics application (e.g. Photoshop, Paint Shop Pro) ; free image editing application such as MS Paint or Apple Photo (that come pre-installed with your OS), or basic online picture editing tools such as Picasa or Pixlr. In marketing systems like NewZapp, if an image is larger than the area it is being placed into the image will be automatically resized to fit and saved at this size as a separate copy to preserve the original and to ensure that the image remains at its new size in Lotus Notes 8.5. Yes, Outlook

16 Opera Mail Internal anchor links not working Opera Mail will not recognise internal anchor links within an . Unfortunately, the latest version of the Opera Mail program seems to have dropped all support for internal anchor links. Yes. Lotus Notes 8.5 and a minor issue in Orange Webmail: Orange Webmail Once an anchor link is clicked the opens again in a new window. The new window does then jump down to the correct anchor point in the but every subsequent internal anchor link clicked will open the again in another new window. 15

17 Opera Mail Text colour is altered unexpectedly If Opera Mail calculates that your text colour does not sufficiently contrast with the background colour it is sitting on, it will change it to add better contrast. For example: a light text colour on a light background colour will convert to Black when the is viewed in Opera Mail. And similarly, a dark text colour on a dark background colour will convert to White. There are tools available with which you can check the contrast between text and background colours to ensure they comply with accessibility standards e.g. WebAIM. This is good practice anyway and something that the NewZapp design team take into consideration when creating templates. No. Example of reader that allows any combination of text and background colour Example of the same in Opera Mail with text colours altered for better contrast 16

18 Web and mobile device readers A webmail or online reader is one that you access via a browser web page online, rather than via an application installed on your computer. A mobile device application is the default mail program used by each device and is specific to each Operating System. The most popular free web readers include: Google Gmail Virgin Media Webmail (uses an older Gmail engine) Outlook.com (formerly Windows Live Hotmail) AOL Mail Yahoo Mail Orange Webmail (now part of EE) Examples of mobile applications: Apple Mail for ios Mail for Android Outlook for Windows Phone On the following pages we will illustrate some of the more common display issues for web and mobile readers and suggest ways of working around them >> 17

19 Gmail & Virgin Media Webmail * Short gaps appearing under images *Google & Virgin Media Mail use versions of the same reader. A gap appears under each image. How would this affect an ? This is a problem which comes to light if an image in your has been sliced (cut) horizontally into sections, e.g. if one image sits directly on top of another but you want them to appear as one whole and seamless image. This way you could add different hyperlinks and ALT tags to each part of the whole image. Many marketing editors like NewZapp automatically set the CSS code display:block on each image you add to your , or have an option to manually add it. This prevents the gap from appearing in Gmail or Virgin Media Webmail without affecting the layout in any other reader. Example reader that displays horizontally sliced images correctly Example displaying horizontally sliced images in Gmail or Virgin Media Webmail without display:block code More info: The gap does not appear above or along the sides of an image, only along the bottom edge. If you keep this in mind when slicing your image you may be able to arrange your so that the gap will not be noticeable if you omit the display:block code. Yes Outlook.com and Yahoo! Mail. 18

20 Gmail and Virgin Media Webmail* Text links not displaying in specified colour *Google & Virgin Media Mail use versions of the same reader. Google Gmail and Virgin Media Webmail prefers to display text links in their own default shade of blue instead of using the link colour set in the HTML . This becomes a particular problem if making links on a dark background colour. If you are using a system such as NewZapp as your editor you should be able to minimise this effect on editable text by having the desired link colour applied directly to the link text itself, either automatically when creating it or by selecting the link and re-applying the colour. If you decide to apply a different colour to a text link, do be aware that the underline part of the link may not change to this new colour. Example of an that contains white text links on a dark background colour displayed correctly Example of an in Gmail or Virgin Media Webmail where the text links do not have the correct colours applied to them Note that all templates created by NewZapp will have the above code already in place on all your s fixed text links. Yes - Outlook.com, Yahoo! Mail, AOL Mail and Orange Webmail (links in purple). 19

21 Outlook.com and Yahoo! Mail No coloured HTML borders on images Outlook.com and Yahoo! Mail will not display coloured borders on images. Unfortunately, as yet there is no HTML or CSS code that you can insert into your to ensure borders appear in Outlook.com or Yahoo! Mail, so if you want to ensure that the border is seen in all readers it would be best to incorporate it as part of your image before you upload it into your . This will also ensure that any text aligned with images stays in place, and doesn t get re-positioned because of the lack of borders (see example below). Yes, Outlook Example of reader that allows the display of HTML borders on images Example of displaying in Outlook.com or Yahoo! Mail with no HTML borders on images and inconsistent text positioning 20

22 Outlook.com and Yahoo! Mail Short gaps appearing under images A gap appears under each image. How would this affect an ? This is a problem which comes to light if an image in your has been sliced (cut) horizontally into sections, e.g. if one image sits directly on top of another but you want them to appear as one whole and seamless image. This way you could add different hyperlinks and ALT tags to each part of the whole image. Many marketing editors like NewZapp automatically set the CSS code display:block on each image you add to your , or have an option to manually add it. This prevents the gap from appearing in Gmail or Virgin Media Webmail without affecting the layout in any other reader. Example reader that displays horizontally sliced images correctly Example displaying horizontally sliced images in Outlook.com or Yahoo! Mail without display:block code More info: The gap does not appear above or along the sides of an image, only along the bottom edge. If you keep this in mind when slicing your image you may be able to arrange your so that the gap will not be noticeable if you omit the display:block code. Yes Gmail and Virgin Media Webmail. 21

23 Outlook.com and Yahoo! Mail Text links not displaying in specified colour Google Gmail and Virgin Media Webmail prefers to display text links in their own default shade of blue instead of using the link colour set in the HTML . This becomes a particular problem if making links on a dark background colour. Example of an that contains white text links on a dark background colour displaying correctly If you are using a system such as NewZapp as your editor you should be able to minimise this effect on editable text by having the desired link colour applied directly to the link text itself, either automatically when creating it or by selecting the link and re-applying the colour. Example of an in Outlook.com or Yahoo! Mail where the text links do not have the correct colours applied to them If you decide to apply a different colour to a text link, do be aware that the underline part of the link may not change to this new colour. Note that all templates created by NewZapp will have the above code already in place on all your s fixed text links. Yes - Gmail, Virgin Media Webmail, AOL Mail and Orange Webmail (links in purple). 22

24 Mobile device applications Inconsistent text display Apple ios, Android and Windows Phone mobile platforms aren t installed with the same set of web safe fonts as those on PC and Apple Mac desktop machines. How the display of text works in practice: Ideally, for the text in a web page or to display consistently regardless of where or how it s opened, every device needs to have the chosen font installed or easily accessible. In fact, PC and Apple Mac desktop operating systems evolved to include a standard set of web safe font-families common to both platforms for this very purpose. Should a font be used that isn t installed or accessible, there are also pre-installed generic fall-back serif and sans-serif font families that can be used instead. However, the same cannot be said of the world of mobile devices. Because of the constraints of screen size, resolution, storage capacity and processing power, each mobile device operating system has developed its own specially-designed set of system fonts to make best use of limited resources. And the next slide illustrates just how limited the range of fonts are on ios and Windows Phone - and how positively sparse on Android! Strictly speaking, the latest Android devices use just a single speciallydesigned system font called Droid. As long as you are happy with Android s singular font and are careful when mixing graphics containing text with real text, there is still a useable sub-set of fonts common to both ios and Windows Phone. Should all else fail, all mobile devices have a clear and legible serif and sans-serif serif alternatives. No. See more details on the next page >> 23

25 Mobile device applications Comparison of commonly used fonts on ios, Android and Windows Phone mobile devices 24

26 Extra reading If you would like to know more about designing and coding entire campaigns from scratch, or about editable templates for use within a NewZapp account, contact us and ask for copies of our other related publications: Contact us for a copy of: building best practice - a guide for designers Plus the complete A-Z of everything we know! The Designer s Guide to Building Templates Find out more about NewZapp Visit To find out more about NewZapp Marketing you can: Call us on sales@newzapp.com Contact us online 25

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

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

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

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

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

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

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

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

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

Guide to B2B email marketing. Part Three: Building great emails

Guide to B2B email marketing. Part Three: Building great emails Guide to B2B email marketing Part Three: Building great emails Executive Summary of Recommendations Take a look at our guidelines for building great emails in this quick, at-a-glance format Technical Email

More information

How To Design A Website For The Decs

How To Design A Website For The Decs ONLINE COMMUNICATION SERVICES FACTSHEET - DESIGN Created by: Mark Selan Version 1.1 Date Last Modified: April 2008 DESIGN GUIDELINES FOR GENER8 WEBSITES The purpose of this document is to provide Online

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

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

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

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

Sage Accountants Business Cloud EasyEditor Quick Start Guide

Sage Accountants Business Cloud EasyEditor Quick Start Guide Sage Accountants Business Cloud EasyEditor Quick Start Guide VERSION 1.0 September 2013 Contents Introduction 3 Overview of the interface 4 Working with elements 6 Adding and moving elements 7 Resizing

More information

KOMPOZER Web Design Software

KOMPOZER Web Design Software KOMPOZER Web Design Software An IGCSE Student Handbook written by Phil Watkins www.kompozer.net CONTENTS This student guide is designed to allow for you to become a competent user* of the Kompozer web

More information

USER GUIDE. Unit 4: Schoolwires Editor. Chapter 1: Editor

USER GUIDE. Unit 4: Schoolwires Editor. Chapter 1: Editor USER GUIDE Unit 4: Schoolwires Chapter 1: Schoolwires Centricity Version 4.2 TABLE OF CONTENTS Introduction... 1 Audience and Objectives... 1 Getting Started... 1 How the Works... 2 Technical Requirements...

More information

customer community Getting started Visual Editor Guide! www.pure360community.co.uk

customer community Getting started Visual Editor Guide! www.pure360community.co.uk Getting started! 1 Contents Introduction... 3 Visual Editor Options... 3-5 Advanced Tips... 6-7 Do s and Don ts... 7-9 Testing Messages... 10 2 Welcome The Visual Editor tool is the ideal resource for

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

Designing HTML emailers

Designing HTML emailers 24 SEPTEMBER 2015 Designing a beautiful but functional HTML emailer can be challenging for the most experienced designer, especially if you don t have a lot of experience working with code. This guide

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

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

HTML TIPS FOR DESIGNING

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

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

Digital Marketing EasyEditor Guide Dynamic

Digital Marketing EasyEditor Guide Dynamic Surveys ipad Segmentation Reporting Email Sign up Email marketing that works for you Landing Pages Results Digital Marketing EasyEditor Guide Dynamic Questionnaires QR Codes SMS 43 North View, Westbury

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

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

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint While it is, of course, possible to create a Research Day poster using a graphics editing programme such as Adobe

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

CSS SUPPORT IN EMAIL THE PROBLEM WE SHOULD BE FIXING FIRST #LETSFIXEMAIL

CSS SUPPORT IN EMAIL THE PROBLEM WE SHOULD BE FIXING FIRST #LETSFIXEMAIL CSS SUPPORT IN EMAIL THE PROBLEM WE SHOULD BE FIXING FIRST #LETSFIXEMAIL Standards are not usually standard 2 Standards are not usually standard 3 it can be funny. but not always. 4 on our panel ROS HODGEKISS

More information

Quick Reference Guide

Quick Reference Guide Simplified Web Interface for Teachers Quick Reference Guide Online Development Center Site Profile 5 These fields will be pre-populated with your information { 1 2 3 4 Key 1) Website Title: Enter the name

More information

HOW Interactive Design Conference 2013

HOW Interactive Design Conference 2013 HOW Interactive Design Conference 2013 Photoshop to HTML Chris Converse Use this QR code to get the mobile schedule for this conference. Get session and speaker info, lunch ideas, and links for getting

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

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

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

POV: DODGING THE PITFALLS OF IMAGES IN EMAIL MARKETING

POV: DODGING THE PITFALLS OF IMAGES IN EMAIL MARKETING POV: DODGING THE PITFALLS OF IMAGES IN EMAIL MARKETING JANUARY 2015 DODGING THE PITFALLS OF IMAGES IN EMAIL MARKETING: ENSURING SUCCESS WITH AN IMAGES-OFF APPROACH EXECUTIVE SUMMARY It s no secret that,

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

04 Links & Images. 1 The Anchor Tag. 1.1 Hyperlinks

04 Links & Images. 1 The Anchor Tag. 1.1 Hyperlinks One of the greatest strengths of Hypertext Markup Language is hypertext the ability to link documents together. The World Wide Web itself consists of millions of html documents all linked together via

More information

Tips for Attaching or Inserting Pictures in Emails. As cameras get more Megapixels, the file sizes of the jpegs are

Tips for Attaching or Inserting Pictures in Emails. As cameras get more Megapixels, the file sizes of the jpegs are Tips for Attaching or Inserting Pictures in Emails As cameras get more Megapixels, the file sizes of the jpegs are increasing dramatically. A 10 Megapixel camera generates pictures over 5 Megabytes. If

More information

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

Read Me! Click Me! Innovations in Email Invitation Design for Today s Digital World. Ted Saunders. Alexa Kessler Read Me! Click Me! Innovations in Email Invitation Design for Today s Digital World Ted Saunders Manager - Digital Solutions MaritzCX Alexa Kessler Analyst - Quality, Loyalty & Brand Research Market Intelligence

More information

Client Admin Site Adding/Editing Content Under Site Builder/Site Navigation Tutorial by Commerce Promote

Client Admin Site Adding/Editing Content Under Site Builder/Site Navigation Tutorial by Commerce Promote SiteBuilder (Adding/Editing Content) Enable web pages on your website Add and format text and images Upload images Create Image Links Create Sub Levels Create Hyperlinks Upload Data files (ppt,xls,word

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

KB COPY CENTRE. RM 2300 JCMB The King s Buildings West Mains Road Edinburgh EH9 3JZ. Telephone: 0131 6505001

KB COPY CENTRE. RM 2300 JCMB The King s Buildings West Mains Road Edinburgh EH9 3JZ. Telephone: 0131 6505001 KB COPY CENTRE RM 2300 JCMB The King s Buildings West Mains Road Edinburgh EH9 3JZ Telephone: 0131 6505001 Email: kbcopy@ed.ac.uk martin.byrne@ed.ac.uk colin.doherty@ed.ac.uk Step 1. Set up page orientation

More information

Terminal Four (T4) Site Manager

Terminal Four (T4) Site Manager Terminal Four (T4) Site Manager Contents Terminal Four (T4) Site Manager... 1 Contents... 1 Login... 2 The Toolbar... 3 An example of a University of Exeter page... 5 Add a section... 6 Add content to

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

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

IE Class Web Design Curriculum

IE Class Web Design Curriculum Course Outline Web Technologies 130.279 IE Class Web Design Curriculum Unit 1: Foundations s The Foundation lessons will provide students with a general understanding of computers, how the internet works,

More information

Contents The Design Chooser... Mail Designer Pro 2 at a glance... The contents window... Working with text... Your first mail design...

Contents The Design Chooser... Mail Designer Pro 2 at a glance... The contents window... Working with text... Your first mail design... Mail Designer Pro 2 Contents The Design Chooser... 4 Mail Designer Pro 2 at a glance... 5 The contents window... 6 Your first mail design... 9 Creating a new design... 9 Working with layout blocks... 9

More information

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

Intro to Web Development

Intro to Web Development Intro to Web Development For this assignment you will be using the KompoZer program because it free to use, and we wanted to keep the costs of this course down. You may be familiar with other webpage editing

More information

Website 101: Visual Design And Content

Website 101: Visual Design And Content Topic Website Tutorial 13 Website 101: Visual Design And Content This tutorial is the first of two that will look at the essential elements required for your website. The focus will be on visual design

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

DESIGNING MOBILE FRIENDLY EMAILS

DESIGNING MOBILE FRIENDLY EMAILS DESIGNING MOBILE FRIENDLY EMAILS MAKING MOBILE EMAILERS SELECT PLAN CONTEXT CONTENT DESIGN DELIVERY Before you go mobile For optimal usage PICTURES OF DESKTOP VS MOBILE SAME SAME BUT DIFFERENT EMAIL CLIENTS

More information

NJCU WEBSITE TRAINING MANUAL

NJCU WEBSITE TRAINING MANUAL NJCU WEBSITE TRAINING MANUAL Submit Support Requests to: http://web.njcu.edu/its/websupport/ (Login with your GothicNet Username and Password.) Table of Contents NJCU WEBSITE TRAINING: Content Contributors...

More information

Blueball Design Dynamic Content 2 Stack Readme Manual v1.0

Blueball Design Dynamic Content 2 Stack Readme Manual v1.0 Blueball Design Dynamic Content 2 Stack Readme Manual v1.0 A unique responsive stack that dynamically populates and updates a content area within the stack using a warehoused external XML flat text file

More information

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

Chapter 1: Outlook Isn t Going Anywhere... 2. Chapter 2: 17 Must-Know Tricks for Outlook 2007, 2010 & 2013... 3 Table of Contents Chapter 1: Outlook Isn t Going Anywhere... 2 Chapter 2: 17 Must-Know Tricks for Outlook 2007, 2010 & 2013... 3 Chapter 3: 3 Way to Remove Unwanted Gaps Between Tables... 12 Chapter 4:

More information

Penn State Behrend Using Drupal to Edit Your Web Site August 2013

Penn State Behrend Using Drupal to Edit Your Web Site August 2013 Penn State Behrend Using Drupal to Edit Your Web Site August 2013 Alternative Format Statement This publication is available in alternative media upon request. Statement of Non-Discrimination The Pennsylvania

More information

University of East Anglia Liferay Training Admissions, Recruitment and Marketing Department

University of East Anglia Liferay Training Admissions, Recruitment and Marketing Department University of East Anglia Liferay Training Admissions, Recruitment and Marketing Department i Version 3.4 Contents Overview...iii Introducing Liferay... iv 1. Logging in and accessing your site... 1 2.

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

Creating Web Pages with Microsoft FrontPage

Creating Web Pages with Microsoft FrontPage Creating Web Pages with Microsoft FrontPage 1. Page Properties 1.1 Basic page information Choose File Properties. Type the name of the Title of the page, for example Template. And then click OK. Short

More information

Garfield Public Schools Fine & Practical Arts Curriculum Web Design

Garfield Public Schools Fine & Practical Arts Curriculum Web Design Garfield Public Schools Fine & Practical Arts Curriculum Web Design (Half-Year) 2.5 Credits Course Description This course provides students with basic knowledge of HTML and CSS to create websites and

More information

CiviCRM for The Giving Circle. Bulk Mailing Tips & Tricks

CiviCRM for The Giving Circle. Bulk Mailing Tips & Tricks CiviCRM for The Giving Circle Bulk Mailing Tips & Tricks By Leo D. Geoffrion & Ken Hapeman Technology for the Public Good Saratoga Springs, NY Version 1.1 5/26/2013 Table of Contents 1. Introduction...

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

Triggers & Actions 10

Triggers & Actions 10 Triggers & Actions 10 CHAPTER Introduction Triggers and actions are the building blocks that you can use to create interactivity and custom features. Once you understand how these building blocks work,

More information

How To Create A Campaign On Facebook.Com

How To Create A Campaign On Facebook.Com Seriously powerful email marketing, made easy Table of Contents DOTMAILER QUICK START GUIDE... 3 Main Screen... 4 Getting Started... 6 STEP 1: CAMPAIGN SETTINGS... 7 STEP 2: CAMPAIGN CONTENT... 8 Editing

More information

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

Web Design for Programmers. Brian Hogan NAPCS Slides and content 2008 Brian P. Hogan Do not reproduce in any form without permission Web Design for Programmers Brian Hogan NAPCS Slides and content 2008 Brian P. Hogan Do not reproduce in any form without permission Quick Disclaimers This is a crash course! Many topics are simplified

More information

! Email Hints & Tips

! Email Hints & Tips Email Hints & Tips Email is almost 40 times better at acquiring new customers than Facebook and Twitter. (Source: McKinsey & Company) The single most important way you can improve your email performance

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.2 Content Author's Reference and Cookbook Rev. 091019 Sitecore CMS 6.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

ios App for Mobile Website! Documentation!

ios App for Mobile Website! Documentation! ios App for Mobile Website Documentation What is IOS App for Mobile Website? IOS App for Mobile Website allows you to run any website inside it and if that website is responsive or mobile compatible, you

More information

RIT Message Center Compose and Send Messages

RIT Message Center Compose and Send Messages RIT Message Center Compose and Send Messages Table of Contents Table of Contents... 2 Logging into Message Center... 3 Category Display... 3 Message Center: Create a Message... 4 Create a New Message without

More information

Creating mobile layout designs in Adobe Muse

Creating mobile layout designs in Adobe Muse Creating mobile layout designs in Adobe Muse Using Adobe Muse, you can create site layouts for web content to be displayed on desktop, smartphones, and tablets. Using the mobile design features, you can

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

On the Email Marketing home page, click the arrow to expand the Admin Tools area. Admin Tools

On the Email Marketing home page, click the arrow to expand the Admin Tools area. Admin Tools Email Marketing How-To Document November 2010 Email Marketing Admin Tools On the Email Marketing home page, click the arrow to expand the Admin Tools area. Admin Tools Global Email Settings Design Templates

More information

Web App Development Session 1 - Getting Started. Presented by Charles Armour and Ryan Knee for Coder Dojo Pensacola

Web App Development Session 1 - Getting Started. Presented by Charles Armour and Ryan Knee for Coder Dojo Pensacola Web App Development Session 1 - Getting Started Presented by Charles Armour and Ryan Knee for Coder Dojo Pensacola Tools We Use Application Framework - Compiles and Runs Web App Meteor (install from https://www.meteor.com/)

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

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

Contents The Design Chooser... 5

Contents The Design Chooser... 5 Mail Designer Pro 2 Contents The Design Chooser... 5 Mail Designer Pro 2 at a glance... 6 The Contents section... 7 The Style section... 11 Your first mail design... 13 Creating a new design... 13 Working

More information

What is Outlook.com and how can I use it?

What is Outlook.com and how can I use it? What is Outlook.com and how can I use it? Blog Post Date: August 6 th, 2012 Category: Technology made easy Author: Ulrika Hedlund Source: http://www.businessproductivity.com/ what-is-outlook-com-and-how-can-i-use-it

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

Drupal Training Guide

Drupal Training Guide Drupal Training Guide Getting Started Drupal Information page on the IT site: http://it.santarosa.edu/drupal On this page is information about Drupal sign up, what Drupal is, which is a content management

More information

Rocketseed Signature Guide

Rocketseed Signature Guide Rocketseed Signature Guide We have created this signature guide to ensure that your signature displays correctly across various mail clients. The points discussed below will help you make the right design

More information

Caldes CM12: Content Management Software Introduction v1.9

Caldes CM12: Content Management Software Introduction v1.9 Caldes CM12: Content Management Software Introduction v1.9 Enterprise Version: If you are using Express, please contact us. Background Information This manual assumes that you have some basic knowledge

More information

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

How To Design An Email In Html (Html) And Html (Mailbox) Safely 24 WAYS to impress your friends At some stage in your career, it s likely you ll be asked by a client to design a HTML email. Before you rush to explain that all the cool kids are using social media, keep

More information

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font Adobe CQ5 Authoring Basics Print Manual SFU s Content Management System SFU IT Services CMS Team ABSTRACT A summary of CQ5 Authoring Basics including: Setup and Login, CQ Interface Tour, Versioning, Uploading

More information

PE Content and Methods Create a Website Portfolio using MS Word

PE Content and Methods Create a Website Portfolio using MS Word PE Content and Methods Create a Website Portfolio using MS Word Contents Here s what you will be creating:... 2 Before you start, do this first:... 2 Creating a Home Page... 3 Adding a Background Color

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

Content Management System User Guide

Content Management System User Guide Content Management System User Guide support@ 07 3102 3155 Logging in: Navigate to your website. Find Login or Admin on your site and enter your details. If there is no Login or Admin area visible select

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

Adobe Flash Catalyst CS5.5

Adobe Flash Catalyst CS5.5 Adobe Flash Catalyst CS5.5 Create expressive interfaces and interactive content without writing code Use a new efficient workflow to collaborate intelligently and roundtrip files with developers who use

More information

Tips for clear websites

Tips for clear websites Plain English Campaign: Tips for clear websites Copyright Plain English Campaign Tips for clear websites This is only a basic guide. If you have any suggestions, corrections or improvements, please contact

More information

TASKSTREAM FAQs. 2. I have downloaded a lesson attachment, but I cannot open it. What is wrong?

TASKSTREAM FAQs. 2. I have downloaded a lesson attachment, but I cannot open it. What is wrong? TASKSTREAM FAQs Why do I not receive emails from TaskStream? It could be that your email program is interpreting incoming TaskStream mail as spam, which is a term for junk mail Spam is not typically stored

More information

Blueball First Class Sandvox Designs v2.0 Works with Sandvox 2+ only!

Blueball First Class Sandvox Designs v2.0 Works with Sandvox 2+ only! Blueball First Class Sandvox Designs v2.0 Works with Sandvox 2+ only! Overview and Usage Tips For Blueball First Class Sandvox 2 Designs Thank you for purchasing one of our original Sandvox Designs bundle.

More information

Easy Instruction Guide

Easy Instruction Guide Easy Instruction Guide Welcome 1 Activation 2 Opening your account 8 Design tips 10 Creating Web pages OPTION 1: Choose design 14 OPTION 2: How many pages? 15 OPTION 3: Change content 15 OPTION 4: Publish

More information

Table of Contents THE DESIGNER S GUIDE TO CREATING NEWZAPP DRAG AND DROP TEMPLATES... 6 THE NEWZAPP SYSTEM... 7

Table of Contents THE DESIGNER S GUIDE TO CREATING NEWZAPP DRAG AND DROP TEMPLATES... 6 THE NEWZAPP SYSTEM... 7 Version 4.0.1 Table of Contents THE DESIGNER S GUIDE TO CREATING NEWZAPP DRAG AND DROP TEMPLATES... 6 THE NEWZAPP SYSTEM... 7 HOW THE SYSTEM WORKS... 7 THE TWO MAIN HTML EMAIL DESIGN OPTIONS FOR NEWZAPP...

More information

Email Design Specifications & Guidelines

Email Design Specifications & Guidelines Email Design Specifications & Guidelines Updated January 2010 Contents 1 Introduction Introduction A Note on Email Design 2 Standard HTML Emails Tables Are Your Best Friend Handle Your Images Gently CSS

More information

Divide your material into sections, for example: Abstract, Introduction, Methods, Results, Conclusions

Divide your material into sections, for example: Abstract, Introduction, Methods, Results, Conclusions Creating a Research Poster in PowerPoint Adapted by Libertad Flores from guidelines by the Department of Medical Graphics and Photography, Memorial Sloan-Kettering Cancer Center, July 2011 1) Planning

More information

Redback Solutions. Visionscape Manual

Redback Solutions. Visionscape Manual Redback Solutions Visionscape Manual Updated 31/05/2013 1 Copyright 2013 Redback Solutions Pty Ltd. All rights reserved. The Visionscape Content Management System (CMS) may not be copied, reproduced or

More information

To change title of module, click on settings

To change title of module, click on settings HTML Module: The most widely used module on the websites. This module is very flexible and is used for inserting text, images, tables, hyperlinks, document downloads, and HTML code. Hover the cursor over

More information

CREATE A WEB PAGE WITH LINKS TO DOCUMENTS USING MICROSOFT WORD 2007

CREATE A WEB PAGE WITH LINKS TO DOCUMENTS USING MICROSOFT WORD 2007 CREATE A WEB PAGE WITH LINKS TO DOCUMENTS USING MICROSOFT WORD 2007 For Denise Harrison s College Writing Course students Table of Contents Before you Start: Create documents, Create a Folder, Save documents

More information