Making Content Editable. Create re-usable email templates with total control over the sections you can (and more importantly can't) change.



Similar documents
Introduction to XHTML. 2010, Robert K. Moniot 1

HTML TIPS FOR DESIGNING

Web Development 1 A4 Project Description Web Architecture

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web

MAGENTO THEME SHOE STORE

Fortis Theme. User Guide. v Magento theme by Infortis. Copyright 2012 Infortis

How to Manage Your Eservice Center Knowledge Base

Magento Responsive Theme Design

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

File types There are certain image file types that can be used in a web page. They are:

The McGill Knowledge Base. Last Updated: August 19, 2014

Designing HTML s for Use in the Advanced Editor

PowerPointoint Presentations a n d T U S K [

Introduction to Web Design Curriculum Sample

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

Content Management System

Introduction Designing your Common Template Designing your Shop Top Page Product Page Design Featured Products...

RESPONSIVE DESIGN BY COMMUNIGATOR

WHITEPAPER. Skinning Guide. Let s chat Velaro info@velaro.com by Velaro

COMMON CUSTOMIZATIONS

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME

Caldes CM12: Content Management Software Introduction v1.9

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS COPYRIGHT 2013 TERRY ANN MORRIS, ED.D

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

Basic Website Maintenance Tutorial*

To change title of module, click on settings

Creating your personal website. Installing necessary programs Creating a website Publishing a website

Campaign Guidelines and Best Practices

ICE: HTML, CSS, and Validation

Using Adobe Dreamweaver CS4 (10.0)

Crystal Reports Designer Version 10

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

Creating Web Pages with Microsoft FrontPage

Shipment Label Header Guide

WEB DESIGN LAB PART- A HTML LABORATORY MANUAL FOR 3 RD SEM IS AND CS ( )

Creating a table of contents quickly in Word

Using JCPS Online for Websites

Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015

Advanced Drupal Features and Techniques

SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual

ebooks: Exporting EPUB files from Adobe InDesign

Creating HTML authored webpages using a text editor

By Glenn Fleishman. WebSpy. Form and function

Joomla Article Advanced Topics: Table Layouts

Interspire Website Publisher Developer Documentation. Template Customization Guide

Website Builder Overview

Configuring the JEvents Component

Frames. In this chapter

Short notes on webpage programming languages

New Perspectives on Creating Web Pages with HTML. Considerations for Text and Graphical Tables. A Graphical Table. Using Fixed-Width Fonts

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

EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING

Creating tables of contents and figures in Word 2013

Using your content management system EXPRESSIONENGINE CMS DOCUMENTATION UKONS

ADOBE DREAMWEAVER CS3 TUTORIAL

Sitecore InDesign Connector 1.1

Creative Guidelines for s

darlingharbour.com Content Management System Tenant User Guide

WordPress websites themes and configuration user s guide v. 1.6

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

How To Use The Arles Image Page Creator On Pc Or Mac Or Macbook Or Macintosh (Or Mac) With A Web Browser (Or Ipc) With An Ipc (Or Pc Or Ipc).Html (Or Your Mac)

Drupal Training Guide

Creating Effective HTML Campaigns

Coding HTML Tips, Tricks and Best Practices

Getting Started with Ubertor's Cascading Style Sheet (CSS) Support

Catalog Creator by On-site Custom Software

Arles Image Explorer Arles Image Web Page Creator. User Manual

WP Popup Magic User Guide

Adding a CareCredit link to your practice website can help increase its ranking in online search engines like Google

WIX: Building a Website with a Template. Choosing a Template First you will need to choose a template from the Create section of the Wix website.

So we're set? Have your text-editor ready. Be sure you use NotePad, NOT Word or even WordPad. Great, let's get going.

Faculty Web Site with WCM

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

07 Forms. 1 About Forms. 2 The FORM Tag. 1.1 Form Handlers

WP Popup Magic User Guide

Departmental User Dashboard

Customizing Confirmation Text and s for Donation Forms

Dreamweaver CS6 Basics

CMS Basic Training. Getting Started

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

IE Class Web Design Curriculum

Fairsail PDF Template Generator: A Complete Guide

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

Installation & User Guide

Making Web Application using Tizen Web UI Framework. Koeun Choi

Table of Contents. Creating a Newsletter. Loading a Video or Slideshow. Distributing a Newsletter through Exact Target

Dreamweaver Tutorial - Dreamweaver Interface

Support/ User guide HMA Content Management System

Form Builder Manual. A brief overview of your website s Form Builder with screenshots.

Transcription:

Making Content Editable Create re-usable email templates with total control over the sections you can (and more importantly can't) change. Single Line <singleline> Outputs a string you can modify in the editor. Used for smaller strings such as headings, and allows your client to wrap a link around the text. Any text you include inside the tag pair will be used as the default value. The content author can optionally add a link to the complete text using the editor. Options label='' If you include a label attribute, it will be shown above the text field when the author is editing it. For example, useful labels might be 'Headline' or 'Caption'. repeatertitle='true' If included (on a single line item inside a repeater block) this text will become a link in the table of contents to the repeater block. You can mark as many different single line items for the table of contents as you like, but only one in any specific layout (or one per repeater block if you don't use layouts). Example Use: <h2> <singleline label='pull Quote'>Pullquote here</singleline> </h2> In Editor: <h2> <a href="http://mydomain.com/page/">pullquote here</a> </h2> P a g e 1 11

Multi Line <multiline> Outputs HTML you can modify in the WYSIWYG editor. Used for larger bodies of text and is automatically converted to HTML (so it will contain one or more paragraphs). Each paragraph will automatically be wrapped in a <p> tag, so you'll want to accommodate for that in your CSS. Options label='' If you include a label attribute, it will be shown above the text field when the author is editing it. For example, useful labels might be 'Article' or 'Product Details'. Example Use: <multiline label='main Feature Intro'>Main feature introduction</multiline> In Editor: <p>main feature introduction</p> P a g e 2 11

Image <img editable> Add the editable attribute to the normal <img> tag and you can remove or replace the image in the editor. Also allows your client to automatically wrap a link around the image and add an alt attribute. Required width='' Options You need to specify a width (not a % width, but a pixel width) on your <img> tag. Any images wider than the specified width that are uploaded in its place will automatically be proportionally resized to the value set. Images narrower than specified will not be resized at all (the width tag will be updated to match the narrower image size in that case). You should not specify the height, as that can result in distorted images. label='image title' If included, this text is shown for the content author when they edit the image. Use it as a guide to the type of image needed. For example label='hero Image'. src='image.jpg' The image source optionally specified in your HTML will be used as the default image and will show up in the final email unless your client removes or replaces it. P a g e 3 11

Example Use: <img editable src="image.jpg" width="200" label='hero Image' /> In Editor: <a href="http://mydomain.com/page/"> <img src="image.jpg" width="200" alt="abc Widgets header"> </a> P a g e 4 11

Repeater <repeater> Defines a content block that can be repeated an infinite number of times in the template. Must include either a <singleline>, <multiline>, or <img editable> tag. You can have an unlimited number of repeaters in your template, and each repeater can contain any number of editable single line and multi line elements, as well as editable images. These are usually used for lists of articles or features which can repeat an unknown number of times. Keep in mind that you cannot nest repeaters. You can use the optional layout element described below to specify as many different designs as you like for content items in this repeating block. Example Use: <repeater> <h2> <singleline label="title" repeatertitle='true' >Title</singleline> </h2> <multiline label="article Body" >Enter the full text</multiline> </repeater> In Editor: <h2> <a href="http://mydomain.com/page/">title</a> </h2> <p>enter the full text</p> P a g e 5 11

Layout Repeater layouts are a powerful tool for designers used only within a repeater tag. By specifying one or more layouts inside a repeater block, you can have multiple separate designs inside the one repeating element. A simple example would be having one story layout with a left-aligned image, and another with a right-aligned image. However the layouts can be completely different, and can include any number of editable elements inside them. You might have a simple text story layout, and a grid of images layout, and a heroshot layout as three options in the one repeating block. This gives your client flexibility to vary their emails each time according to their needs. Options label='layout name' Each layout can optionally be named using the label='' attribute. Naming layouts makes it simple for your client to know which layout to choose for any given content item. The label will be shown as drop down options in the WYSIWYG editor when they click the 'Add new' button. Remember that either every layout in a repeater should have a label, or none should. If you don't use labels, then the 'Add new' button does not have a drop down menu, and simply rotates through the available layouts with each click. P a g e 6 11

Example Use: <repeater> <layout label='new Feature'> <h2> <singleline label="title" repeatertitle='true' >Title of new feature</singleline> </h2> <multiline label="description" >Description</multiline> </layout> <layout label='article, tip or resource'> <h2> <singleline label="title" repeatertitle='true' >Title of Article</singleline> </h2> <multiline label="description" >Description</multiline> </layout> <layout label='gallery Highlights'> <img src="gallery.png" width="140" editable label="image 1"><br /> <img src="gallery.png" width="140" editable label="image 2"><br /> <img src="gallery.png" width="140" editable label="image 3"> </layout> </repeater> In Editor: P a g e 7 11

<h2> <a href="http://mydomain.com/page/">title of new feature</a> </h2> <p>description</p> <h2> <a href="http://mydomain.com/page/">title of Article</a> </h2> <p>description</p> <img src="widget.png" width="140" alt="product one"/><br /> <img src="gadget.png" width="140" alt="product two"/><br /> <img src="gidget.png" width="140" alt="product three"/> P a g e 8 11

Table of Contents <tableofcontents> Creates an automated list of every single line content item that includes the repeatertitle attribute in your template. You must include a <repeatertitle> tag inside the table of contents. Example Use: <ul> </ul> <ul> </ul> <tableofcontents> <li> <repeatertitle/> </li> </tableofcontents> <li> </li> <li> </li> <li> </li> <a href="#1">this is my first title</a> <a href="#2">this is another title</a> <a href="#3">i like titles</a> P a g e 9 11

Repeater Title <repeatertitle/> Outputs a link to a content item, using the text from each <singleline> element which included the repeatertitle='true' parameter. Used exclusively within the<tableofcontents> tag. Example Use: <tableofcontents> <repeatertitle/> </tableofcontents> <a href="#1">this is my first title</a> <a href="#2">this is another title</a> <a href="#3">i like titles</a> P a g e 10 11

Disabling Link Tracking and Image Importing Use these snippets in your link and images tags to turn off link tracking for any link in your content, or prevent us from importing a specific image and referencing it on our servers instead of your own. Turning off image importing cm_dontiemportimage For example: <img src="http://www.myserver.com/filename.jpg" width="400" height="300" alt="alt text here" cm_dontimportimage> Turning off link tracking cm_dontconvertlink For example: <a href="http://www.myserver.com" cm_dontconvertlink>this is a link</a> P a g e 11 11