Creation of templates for Knews. Step by step tutorial for creating Newsletter templates for the Wordpress Knews plug-in

Size: px
Start display at page:

Download "Creation of templates for Knews. Step by step tutorial for creating Newsletter templates for the Wordpress Knews plug-in"

Transcription

1 Creation of templates for Knews Step by step tutorial for creating Newsletter templates for the Wordpress Knews plug-in Document available in: English Spanish Catalan URL of the plug-in, documentation and support: Document version: 1.0 Date of document:

2 CREATION OF TEMPLATES FOR KNEWS 2 Summary 1. Introduction Roadmap Possibilities Necessary structure General advice for layout Step by step Creation of the Sweet Barcelona template Downloading material Structure of directories The info.xml file Thumbnail of the template and modules Conversion of HTML to template Dividing the newsletter into 4 differentiated zones Marking the start and end of the different modules Making the appropriate code for the editor Making the images editable Making the text editable Extracting the content from posts Defining the global colours Defining the global fonts Defining the local colours and fonts Special links... 18

3 CREATION OF TEMPLATES FOR KNEWS 3 1. Introduction Any design can be implemented as a template with Knews, and any model can easily be turned into a template. With the information in this manual, you will be able to create a Knews template from scratch, beginning with a newsletter already designed in HTML or duplicate a Knews template and personalise it by making changes. The Knews templates are newsletters in normal HTML, with a series of parameters added, some as categories, and others as comments inside the html. With these parameters, Knews Editor will know which parts are editable and which not, which colours can be personalised, etc. The result is an html that is perfectly visible in any browser, valid to 3WC standards and editable in any HTML editor Roadmap Firstly we will comment on the possibilities offered by the Knews modular template system; they will largely condition how the templates are designed and laid out. Secondly, we will comment on which specific needs Knews Editor has in terms of HTML format (which are very few). After, we will review the basic rules for designing newsletters and s (so that all mail and webmail programmes can be seen well). Finally, we will do the conversion of the normal Sweet Barcelona HTML layout to the Knews template, step by step Possibilities - There are styles and editable colours for the user in the templates. The styles comprise of typography, text size, CSS text size and CSS line spacing. The colours can be used as background and color text at the same time. - The styles and colours can be local and global. Local means that they will only vary where the user changes them. Global, on the other hand, will change everywhere at the same time when the user edits them.

4 CREATION OF TEMPLATES FOR KNEWS 4 - Fixed contents can be created (like the heading of the newsletter) and modular contents. The modules can be placed once, various times or not at all in the newsletter, its size increasing as the contents that are to be communicated grow. - The fixed contents can have editable images, editable texts and global styles, but not local styles. - The modules can have editable images, editable texts, global and local styles, and can also offer the user the possibility of extracting their content automatically from a post or page. - The templates can have one or various zones to receive modules, and in this case, can define different types of zone, and assign the modules to certain zones. For example: if we design a newsletter with a wide column and a narrow column, we can create some modules for the wide column and others for the narrow column Necessary structure - Each module has to be a complete table, it can have more tables inside and any other element, but obligatorily has to begin with <table> and has to finish with </table> - The modules can only be inserted in containers. There has to be at least one if we want the template to have editable modules. Each container will have to be a table, with a single cell to contain each module. So, if for example we want a template with a structure of two columns of modules, we are compelled to create a first table with two cells, one for each column, inside each cell, a second table that will be the container of modules, and inside these inner tables, we will be able to lodge a module inside each one. The editor creates cells inside the containers as the user goes adding modules, so no empty cells have to be created. And that s it... easy, no?

5 CREATION OF TEMPLATES FOR KNEWS 5 2. General advice for layout The advice or guidelines explained in this section, fruit of our professional experience, are not limited to the creation of templates for Knews, but are applicable in general to all s. They are equally completely valid in the building of templates for Knews. Do the layout sectioning the contents in tables, making them as simple as possible. It is better to do various tables some inside others than try to contain everything in only one very complicated table. Size the cells placing images to act as spacers. In the horizontal distribution of spaces, place all the spacers in one same row, with the total sum of these spacers being the same as the width of the table. This row does not have to have colspan in any cell. In the vertical spacers (if they are necessary), do not put any rowspan in the cells containing them. The images cannot be distorted, they will have to have the same width and height in pixels as their width and height attributes. The old technique of using a 1x1 pixel spacer fails in some versions of Microsoft Outlook, which takes into account the size of the images and ignores width and height. The images have to be placed as <img>, never as background, and give them an alternative text if they are part of the message, or alt="" if they do not form part of the message. This prevents combining text on image, and the text will always have to be put on a background of plain colour, or be turned into image. Note: Some designers use images as a background, expecting many users not to see them, so they make a design that will be attractive with or without these images. Do the lay out properly, closing all the tags. We recommend the Firefox HTML Validator extension: (and configure it as a serial process) Take into account that many mail readers do not initially load the images. Therefore a good part of the message has to be in text, not in image, and it is necessary to put alt content into the images. Advice: Rename the images folder to check in a browser how the looks without images. Anti-spam filters. Avoid over-large text - it may be considered spam, and overlarge images (for example, split images bigger than 350 pixels into two) Some mail readers ignore the CSSs. It is therefore best to first do the lay out with <font face="xxx" size="yyy"> and after checking the browsers, add CSS styles if we want to modify the size of text or line spacing a little for design criteria. Never make CSS indispensable for the correct visualisation of the lay out.

6 CREATION OF TEMPLATES FOR KNEWS 6 Put tags <p style="margin:0px; padding:0px"> in all the texts. Put <img style="display:block" in all the images Put the colours in #RRGGBB format, never in abbreviated #rgb format or (r, g, b). Do not put CSS attributes unless it cannot be put another way. That way correct visualisation is ensured in all places, use bgcolor in the <td> and <table>, color in the <font> and in the <a>.

7 CREATION OF TEMPLATES FOR KNEWS 7 3. Step by step creation of the Sweet Barcelona template 3.1. Downloading material You can download the necessary material to follow the course here: inside you will find the HTML laid out normally, the template already built and some JPGs where the areas which have to be prepared are marked (columns, modules, editable zones, etc.) You can also download the PSD (Adobe Photoshop document) here: Note: with the JPGs you have sufficient material to follow the tutorial, it is not necessary to open the PSD to understand it Structure of directories The template has to be contained in a directory (e.g. sweet_bcn ). Inside there have to be two directories: images (The images the newsletter uses) modules (Thumbnail images of the modules that the newsletter will have). And 3 files: template.html (All the template code) info.xml (Information about the template) thumbnail.jpg (The template thumbnail)

8 CREATION OF TEMPLATES FOR KNEWS The info.xml file The XML file gives certain information about the template; this is the structure: <?xml version="1.0" encoding="iso "?> <template> <shortname>sweet Barcelona</shortname> <fullname>old and beautiful city</fullname> <url> <date>29/02/2012</date> <author>carles Reverter</author> <urlauthor> <minver>1.0.0</minver> <onlypro>no</onlypro> <description>an elegant, classic, double column newsletter, 100% colour and font configurable.</description> </template> The fields marked in bold can be modified, the rest remain reserved for future versions of Knews Thumbnails of the template and modules The template folder must have one JPG that will serve to illustrate the template. It has to be 150 x 200 pixels. In the folder /modules, there must be one JPG as a thumbnail for each module, size 220 x 90 pixels, the names have to be: module_1.jpg, module_2.jpg... module_n.jpg 3.5. Conversion of the HTML to template We have structured this part of the tutorial introducing different.html documents with step by step changes. We recommend downloading Winmerge, a free application that compares files and shows the changes made in a very simple manner. You can download it here:

9 CREATION OF TEMPLATES FOR KNEWS 9 Here you can see how Winmerge easily helps to find the changes: Dividing the newsletter into 4 differentiated zones HEADER : This zone will be fixed in the newsletter; we therefore do not have to indicate it in any way. LEFT COLUMN and RIGHT COLUMN : These zones can contain the narrow modules; we will therefore label them as a Zone 1 FOOTER : This zone can contain the wide modules, and we will label it as a Zone 2

10 CREATION OF TEMPLATES FOR KNEWS 10 To see these changes, compare (open) with Winmerge the tutorial_0.html and tutorial_1.html files We have marked the two columns as zone 1 containers, so the narrow modules serve for the two columns, and the wide container as zone 2, adding the following classes: class="container_zone_1" / class="container_zone_1" / class="container_zone_2" Marking the start and end of the different modules To see these changes, open the tutorial_1.html and tutorial_2.html files with Winmerge: We will number the modules from 1 to 6, marking where they start and where they end with a comment: <!--[start module 1]--> / <!--[end module 1]-->... <!--[start module 6]--> / <!--[end module 6]-->...And we will assign them to one of the two zones: 1 (left and right column) and 2 (total width), adding a class to each module: class="zone_1" / class="zone_2"

11 CREATION OF TEMPLATES FOR KNEWS Making the appropriate code for the editor Now, let s imagine how the HTML code will result when the editor loads the template for the first time: the editor will pick the modules and take them out of the body of the newsletter, with the <tr><td> (module) </td></tr> that the modules contain remaining empty... therefore, we have to mark them: To see these changes, open the tutorial_2.html and tutorial_3.html files with Winmerge: The first module container of each zone will be special, and will remain as a receptor of modules (modules 1, 3 and 5): <!--[open_insertion_container_start]--><tr class="droppable_empty"><td><!-- [close_insertion_container_start]--> (module) <!--[open_insertion_container_end]--></td></tr><!-- [close_insertion_container_end]--> And the rest (modules 2, 4 and 6): <!--[open_ignore_code]--><tr><td><!--[close_ignore_code]--> (module) <!--[open_ignore_code]--></td></tr><!--[close_ignore_code]--> We will insert a span in each module, where the editor will situate the move and delete module icons: <span class="handler"></span> From now on, we can already test the template: 1. Open the FTP and go to the directory: /wp-content/plugins/knews/templates/sweet_bcn/ 2. Erase the template.html file, upload the tutorial_3.html and rename it as template.html

12 CREATION OF TEMPLATES FOR KNEWS Go to wordpress admin, to knews>newsletters and make a new newsletter, choosing the Sweet Bcn template Now you will see that you can already include modules, delete them and reorder them, but we still cannot edit the content... Important note: To be able to test the changes we have made to a template, we will always have to create a new newsletter, so that once we have created a newsletter, the changes to the template do not affect it. You can check all the files from tutorial_3.html on, in the same way if you wish to Making the images editable Now we will make the images editable, we can see the changes comparing the tutorial_3.html and tutorial_4.html files with Winmerge: class="editable" Note: in our case, we will make them all editable, but if you are making a corporate template, perhaps you will want to leave some images as non-editable:

13 CREATION OF TEMPLATES FOR KNEWS Making the text editable Now we will make all the sections editable, we can see the changes comparing the tutorial_4.html and tutorial_5.html files with Winmerge, we will add: <!--[start_editable_content]--> (the part we want to make editable) <!--[end_editable_content]--> Note: in our case, we will make all the texts editable, but you may want to leave texts as non-editable. You have to take into account that it is always necessary to completely surround the html tags, for example: <p><!--[start_editable_content]-->hello world<! [end_editable_content]--></p>... is correct, but we will not be able to edit the justification of the text <!--[start_editable_content]--><p>hello world</p> <!--[end_editable_content]-->... is correct and we will be able to edit the justification of the text <!--[start_editable_content]--><p>hello world <!--[end_editable_content]--> </p>... is incorrect!!! Extracting content from the posts We can make the newsletters get their content from the posts/pages of Wordpress, avoiding entering the information twice and achieving an automatic link between the newsletter and the post of the web/blog. To see these changes, open the tutorial_5.html and tutorial_6.html files with Winmerge: We will have to change the text for: %the_title_1% / %the_excerpt_1% / %the_permalink_1%

14 CREATION OF TEMPLATES FOR KNEWS 14 Why do they finish in _1? Because a module can be receptor of more than one post, in this case, we will number these labels _2, _3 etc. to differentiate them (In the Clean Blue template there is an example) In the same way as we put before <span handler></span>, we will put: <span class="chooser"></span> The editor will put the selectors in the chooser to choose between free text and select post Defining the global colours The global colours are inspired by the style pages. The user can change them all at once. This gives harmony of appearance to the newsletter, and saves the user work. We will number the global colours, in our case: 1, 2 and 3. In each tag where we put the colour, we will add a class linking it to the global colour, for example, the can t read link: <a href="#" style="colour:#bc0000;" class="global_colour_1 _caption_link_colors">here</a> If we had wanted to associate it to global colour 2, we would have simply put global_colour_2.

15 CREATION OF TEMPLATES FOR KNEWS 15 Note: the global colours can be colours and backgrounds at the same time, in which case the name will be: global_colour_bg_1 / global_colour_bg_2 / global_colour_bg_3. Later we will see an example. In the same class, we will put a title to help the user, codified in the following manner: _caption_ + [the_name_putting_the_spaces_as_underscores] To see the first global colour, open the tutorial_6.html and tutorial_7.html files with Winmerge. To see the second and third global colours applied, open the tutorial_7.html and tutorial_8.html files with Winmerge Defining the global fonts The global fonts work in exactly the same as the global colours, they have as values: - The font - The size - The CSS size (optional) - The CSS line spacing (optional)... And they take them from the tag where the class is

16 CREATION OF TEMPLATES FOR KNEWS 16 The only difference is the nomenclature; we will do 2 global fonts: class="global_font_1 _fcaption_title_fonts" class="global_font_2 _fcaption_article_fonts" To see the global fonts applied, open the tutorial_8.html and tutorial_9.html files with Winmerge Defining the local colours and fonts The local colours and fonts work in exactly the same way as the global ones, with the difference that they are assigned to a single module. This means that they cannot be assigned to any content outside the module. The names change, instead of starting with global_ they begin with local_, and for each module they begin numbering with 1: class="local_colour_1 _caption_text_color Important: if we do not number correctly, the editor will not find them To see the local colours and fonts applied, open the tutorial_9.html and tutorial_10.html files with Winmerge.

17 CREATION OF TEMPLATES FOR KNEWS 17 Here we have an example of colour as background: class="local_colour_bg_2 _caption_background_color" Special links There are two types of special link: %cant_read_href% %unsubscribe_href% Knews will replace them by the correct values in the mailing lists, you can see them applied comparing the tutorial_10.html and template.html # End of document #

Chapter 4 Notes. Creating Tables in a Website

Chapter 4 Notes. Creating Tables in a Website Chapter 4 Notes Creating Tables in a Website Project for Chapter 4 Statewide Realty Web Site Chapter Objectives Define table elements Describe the steps used to plan, design, and code a table Create a

More information

IMY 110 Theme 7 HTML Tables

IMY 110 Theme 7 HTML Tables IMY 110 Theme 7 HTML Tables 1. HTML Tables 1.1. Tables The HTML table model allows authors to arrange data into rows and columns of cells, just as in word processing software such as Microsoft Word. It

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

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Dreamweaver MX Overview. Maintaining a Web Site

Dreamweaver MX Overview. Maintaining a Web Site Dreamweaver MX Overview Maintaining a Web Site... 1 The Process... 1 Filenames... 1 Starting Dreamweaver... 2 Uploading and Downloading Files... 6 Check In and Check Out Files... 6 Editing Pages in Dreamweaver...

More information

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Indian Institute of Technology Kharagpur HTML Part III Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Kharagpur, INDIA Lecture 15: HTML Part III On completion, the student will be able

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

INFS 2150 / 7150 Intro to Web Development / HTML Programming

INFS 2150 / 7150 Intro to Web Development / HTML Programming XP Objectives INFS 2150 / 7150 Intro to Web Development / HTML Programming Designing a Web Page with Tables Create a text table Create a table using the , , and tags Create table headers

More information

Dreamweaver Basics Workshop

Dreamweaver Basics Workshop Dreamweaver Basics Workshop Robert Rector idesign Lab - Fall 2013 What is Dreamweaver? o Dreamweaver is a web development tool o Dreamweaver is an HTML and CSS editor o Dreamweaver features a WYSIWIG (What

More information

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph.

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph. What is HTML? Web Design 101 HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language à A markup language is a set of markup tags The tags describe

More information

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION Tutorial 5 Working with Tables and Columns HTML and CSS 6 TH EDITION Objectives Explore the structure of a Web table Create headings and cells in a table Create cells that span multiple rows and columns

More information

Blackboard staff how to guide Accessible Course Design

Blackboard staff how to guide Accessible Course Design The purpose of this guide is to help online course authors in creating accessible content using the Blackboard page editor. The advice is based primarily on W3C s Web Content Accessibility Guidelines 1.0

More information

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal COMSC-030 Web Site Development- Part 1 Part-Time Instructor: Joenil Mistal Chapter 9 9 Working with Tables Are you looking for a method to organize data on a page? Need a way to control our page layout?

More information

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development INFS 2150 Introduction to Web Development 6. Tables and Columns Objectives Explore the structure of a web table Create table heading and data cells Apply CSS styles to a table Create cells that span multiple

More information

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development INFS 2150 Introduction to Web Development 6. Tables and Columns Objectives Explore the structure of a web table Create table heading and data cells Apply CSS styles to a table Create cells that span multiple

More information

Certified HTML5 Developer VS-1029

Certified HTML5 Developer VS-1029 VS-1029 Certified HTML5 Developer Certification Code VS-1029 HTML5 Developer Certification enables candidates to develop websites and web based applications which are having an increased demand in the

More information

FRONTPAGE STEP BY STEP GUIDE

FRONTPAGE STEP BY STEP GUIDE IGCSE ICT SECTION 15 WEB AUTHORING FRONTPAGE STEP BY STEP GUIDE Mark Nicholls ICT lounge P a g e 1 Contents Introduction to this unit.... Page 4 How to open FrontPage..... Page 4 The FrontPage Menu Bar...Page

More information

Dreamweaver CS3 Concepts and Techniques

Dreamweaver CS3 Concepts and Techniques Dreamweaver CS3 Concepts and Techniques Chapter 3 Tables and Page Layout Part 1 Other pages will be inserted in the website Hierarchical structure shown in page DW206 Chapter 3: Tables and Page Layout

More information

CORPORATE WEBSITE DNN CMS GUIDE FOR CONTENT MANAGERS

CORPORATE WEBSITE DNN CMS GUIDE FOR CONTENT MANAGERS CORPORATE WEBSITE DNN CMS GUIDE FOR CONTENT MANAGERS V11 07.16.14 DNN documentation is available at: http://www.dnnsoftware.com/help#documentation/introduction.html%3ftocpath%3d 1 CONTENTS 2 Logging In

More information

Page Layout Using Tables

Page Layout Using Tables This section describes various options for page layout using tables. Page Layout Using Tables Introduction HTML was originally designed to layout basic office documents such as memos and business reports,

More information

By Ryan Stevenson. Guidebook #2 HTML

By Ryan Stevenson. Guidebook #2 HTML By Ryan Stevenson Guidebook #2 HTML Table of Contents 1. HTML Terminology & Links 2. HTML Image Tags 3. HTML Lists 4. Text Styling 5. Inline & Block Elements 6. HTML Tables 7. HTML Forms HTML Terminology

More information

Eng 110, Spring Week 03 Lab02- Dreamwaver Session

Eng 110, Spring Week 03 Lab02- Dreamwaver Session Eng 110, Spring 2008 Week 03 Lab02- Dreamwaver Session Assignment Recreate the 3-page website you did last week by using Dreamweaver. You should use tables to control your layout. You should modify fonts,

More information

Tables *Note: Nothing in Volcano!*

Tables *Note: Nothing in Volcano!* Tables *Note: Nothing in Volcano!* 016 1 Learning Objectives After this lesson you will be able to Design a web page table with rows and columns of text in a grid display Write the HTML for integrated

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 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 layout,

More information

Web publishing training pack Level 2 Extend your knowledge of the web publishing system

Web publishing training pack Level 2 Extend your knowledge of the web publishing system Web publishing training pack Level 2 Extend your knowledge of the web publishing system Learning Objective: Understanding of concepts to enhance web pages look, streamline web publishing and evaluate your

More information

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Your Thesis Drive (T:\) Each student is allocated space on the Thesis drive. Any files on this drive are accessible from

More information

Oracle Eloqua s User Guide

Oracle Eloqua  s User Guide http://docs.oracle.com Oracle Eloqua Emails User Guide 2017 Oracle Corporation. All rights reserved 08-Dec-2017 Contents 1 Emails Overview 6 2 Examples of emails 7 3 Creating emails 19 4 Email authoring

More information

WPI Project Center WordPress Manual For Editors

WPI Project Center WordPress Manual For Editors WPI Project Center WordPress Manual For Editors April 17, 2015 Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Adding

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية HTML Mohammed Alhessi M.Sc. Geomatics Engineering Wednesday, February 18, 2015 Eng. Mohammed Alhessi 1 W3Schools Main Reference: http://www.w3schools.com/ 2 What is HTML? HTML is a markup language for

More information

Layout Manager - Toolbar Reference Guide

Layout Manager - Toolbar Reference Guide Layout Manager - Toolbar Reference Guide Working with a Document Toolbar Button Description View or edit the source code of the document (for advanced users). Save the contents and submit its data to the

More information

Table of Contents. MySource Matrix Content Types Manual

Table of Contents. MySource Matrix Content Types Manual Table of Contents Chapter 1 Introduction... 5 Chapter 2 WYSIWYG Editor... 6 Replace Text... 6 Select Snippet Keyword... 7 Insert Table and Table Properties... 8 Editing the Table...10 Editing a Cell...12

More information

Oracle Eloqua s User Guide

Oracle Eloqua  s User Guide http://docs.oracle.com Oracle Eloqua Emails User Guide 2018 Oracle Corporation. All rights reserved 11-Jan-2018 Contents 1 Emails Overview 6 2 Examples of emails 7 3 Creating emails 19 4 Email authoring

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

More information

AOS Lab 4 HTML, CSS and Your Webpage

AOS Lab 4 HTML, CSS and Your Webpage AOS 452 - Lab 4 HTML, CSS and Your Webpage 1 INTRODUCTION The influence of the Internet on today s society would be very difficult to understate. From its more secretive beginnings in the United States

More information

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-13 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Content 1 INTRODUCTION... 4 1.1 Page-based systems versus item-based systems 4 1.2 Browser support 5

More information

Create a Contact Sheet of Your Images Design a Picture Package Customize Your Picture Package Layout Resample Your Image...

Create a Contact Sheet of Your Images Design a Picture Package Customize Your Picture Package Layout Resample Your Image... 72 71 Create a Contact Sheet of Your Images................... 158 Design a Picture Package............ 160 73 Customize Your Picture Package Layout.... 162 74 Resample Your Image.................... 164

More information

Project 1: Creating a Web Site from Scratch. Skills and Tools: Use Expression Web tools to create a Web site

Project 1: Creating a Web Site from Scratch. Skills and Tools: Use Expression Web tools to create a Web site E00EW3.qxp 4/14/2007 3:17 PM Page 1 Workshops w Introduction The Workshop is all about being creative and thinking outside of the box. These workshops will help your right-brain soar, while making your

More information

Certified HTML Designer VS-1027

Certified HTML Designer VS-1027 VS-1027 Certification Code VS-1027 Certified HTML Designer Certified HTML Designer HTML Designer Certification allows organizations to easily develop website and other web based applications which are

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 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 layout,

More information

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing Content Objective) applicable) Desktop Publishing Weeks 1-6 10-12 1. Create and edit a publication. 2. Design a newsletter. 3. Publish a tri-fold brochure 1-1 Start and quit Publisher 1-2 Describe the

More information

Kinetika. Help Guide

Kinetika. Help Guide Kinetika Help Guide 1 Hope you enjoy Kinetika theme! 3 Table of Contents Important Links 6 Theme Options - Setting Up Logo 26 Cover Photos 44 Applying Revolution Slider Slides 71 Important Notes 7 Logo

More information

ORB Education Quality Teaching Resources

ORB Education Quality Teaching Resources These basic resources aim to keep things simple and avoid HTML and CSS completely, whilst helping familiarise students with what can be a daunting interface. The final websites will not demonstrate best

More information

Final Exam Study Guide

Final Exam Study Guide Final Exam Study Guide 1. What does HTML stand for? 2. Which file extension is used with standard web pages? a..doc b..xhtml c..txt d..html 3. Which is not part of an XHTML element? a. Anchor b. Start

More information

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme)

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme) Table of Contents A Quick Introduction to the Genesis Framework for WordPress Introduction to the Genesis Framework... 5 1.1 What's a Framework?... 5 1.2 What's a Child Theme?... 5 1.3 Theme Files... 5

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

Google Chrome 4.0. AccuCMS

Google Chrome 4.0. AccuCMS Google Chrome 4.0 AccuCMS Outline Contents Google Chrome 4.0... 4 Thank you for choosing Blue Archer... 4 As an AccuCMS user you can:... 4 Getting Started... 4 AccuCMS allows you to:... 4 Logging in to

More information

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Make a Website A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Overview Course outcome: You'll build four simple websites using web

More information

Chapter 7 Tables and Layout

Chapter 7 Tables and Layout Chapter 7 Tables and Layout Presented by Thomas Powell Slides adopted from HTML & XHTML: The Complete Reference, 4th Edition 2003 Thomas A. Powell We want Layout! Design requirements: pixel level layout,

More information

Webforum Content Publisher

Webforum Content Publisher Webforum Content Publisher Administrator Manual Last update: 2008-10-14 Contents Introduction... 4 What is Webforum Content Publisher?... 4 Public and Protected Website... 4 Webforum Content Publisher

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 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

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps Step 1: Log into your BrandingUI Administrative site https:// yourclientid.brandingui.com/admin-signin.php Use the initial

More information

Goldfish 4. Quick Start Tutorial

Goldfish 4. Quick Start Tutorial Goldfish 4 Quick Start Tutorial A Big Thank You to Tobias Schilpp 2018 Fishbeam Software Text, Graphics: Yves Pellot Proofread, Photos: Tobias Schilpp Publish Code: #180926 www.fishbeam.com Get to know

More information

Summary. 1. Page 2. Methods 3. Helloworld 4. Translation 5. Layout a. Object b. Table 6. Template 7. Links. Helloworld. Translation Layout.

Summary. 1. Page 2. Methods 3. Helloworld 4. Translation 5. Layout a. Object b. Table 6. Template 7. Links. Helloworld. Translation Layout. Development 1 Summary 1. 2. 3. 4. 5. a. Object b. Table 6. 7. 2 To create a new page you need: 1. Create a file in the folder pages 2. Develop a class which extends the object Note: 1 = 1 Class 3 When

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

Web Publishing Basics II

Web Publishing Basics II Web Publishing Basics II Jeff Pankin Information Services and Technology Table of Contents Course Objectives... 2 Create a Site Definition... 3 The Dreamweaver CS4 Interface... 4 Panels are groups of icons

More information

HYPERTEXT MARKUP LANGUAGE ( HTML )

HYPERTEXT MARKUP LANGUAGE ( HTML ) 1 HTML BASICS MARK-UP LANGUAGES Traditionally used to provide typesetting information to printers where text should be indented, margin sizes, bold text, special font sizes and styles, etc. Word processors

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

Creating Accessible Web Sites with EPiServer

Creating Accessible Web Sites with EPiServer Creating Accessible Web Sites with EPiServer Abstract This white paper describes how EPiServer promotes the creation of accessible Web sites. Product version: 4.50 Document version: 1.0 2 Creating Accessible

More information

Chapter 7 Tables and Layout

Chapter 7 Tables and Layout Chapter 7 Tables and Layout Presented by Thomas Powell Slides adopted from HTML & XHTML: The Complete Reference, 4th Edition 2003 Thomas A. Powell We want Layout! Design requirements: pixel level layout,

More information

ADOBE Dreamweaver CS3 Basics

ADOBE Dreamweaver CS3 Basics ADOBE Dreamweaver CS3 Basics IT Center Training Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu This page intentionally left blank 2 8/16/2011 Contents Before you start with Dreamweaver....

More information

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets Dreamweaver Basics Planning your website Organize site structure Plan site design & navigation Gather your assets Creating your website Dreamweaver workspace Define a site Create a web page Linking Manually

More information

ITNP43 HTML Practical 2 Links, Lists and Tables in HTML

ITNP43 HTML Practical 2 Links, Lists and Tables in HTML ITNP43 HTML Practical 2 Links, Lists and Tables in HTML LEARNING OUTCOMES By the end of this practical students should be able to create lists and tables in HTML. They will be able to link separate pages

More information

HTML Images - The <img> Tag and the Src Attribute

HTML Images - The <img> Tag and the Src Attribute WEB DESIGN HTML Images - The Tag and the Src Attribute In HTML, images are defined with the tag. The tag is empty, which means that it contains attributes only, and has no closing tag.

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Beginners Guide to Snippet Master PRO

Beginners Guide to Snippet Master PRO Beginners Guide to Snippet Master PRO This document assumes that Snippet Master has been installed on your site. If not please contact the Bakas IT web team at webreg@bakasit.com.au. Initial Login Screen...

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links Using Dreamweaver CC 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know!

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know! User s guide to using the ForeTees TinyMCE online editor TinyMCE is a WYSIWYG (what you see is what you get) editor that allows users a familiar word-processing interface to use when editing the announcement

More information

Website Design (Weekday) By Alabian Solutions Ltd , 2016

Website Design (Weekday) By Alabian Solutions Ltd ,  2016 Website Design (Weekday) By Alabian Solutions Ltd 08034265103, info@alabiansolutions.com www.alabiansolutions.com 2016 TECHNOLOGIES DATE TIME Day 1 HTML Part 1 Intro to the web The web Clients Servers

More information

Introduction to Dreamweaver CS3

Introduction to Dreamweaver CS3 TUTORIAL 2 Introduction to Dreamweaver CS3 In Tutorial 2 you will create a sample site while you practice the following skills with Adobe Dreamweaver CS3: Creating pages based on a built-in CSS page layout

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

5 Snowdonia. 94 Web Applications with C#.ASP

5 Snowdonia. 94 Web Applications with C#.ASP 94 Web Applications with C#.ASP 5 Snowdonia In this and the following three chapters we will explore the use of particular programming techniques, before combining these methods to create two substantial

More information

Adobe Dreamweaver CS6 Digital Classroom

Adobe Dreamweaver CS6 Digital Classroom Adobe Dreamweaver CS6 Digital Classroom Osborn, J ISBN-13: 9781118124093 Table of Contents Starting Up About Dreamweaver Digital Classroom 1 Prerequisites 1 System requirements 1 Starting Adobe Dreamweaver

More information

Using Adobe Contribute 4 A guide for new website authors

Using Adobe Contribute 4 A guide for new website authors Using Adobe Contribute 4 A guide for new website authors Adobe Contribute allows you to easily update websites without any knowledge of HTML. This handout will provide an introduction to Adobe Contribute

More information

Discuss web browsers. Define HTML terms

Discuss web browsers. Define HTML terms Week 1 & 2 *discuss safety of the internet and classroom Describe the internet and it s associated key terms Describe the world wide web and key terms associated Discuss web browsers Define HTML terms

More information

Web Manager 2.0 User s Manual Table of Contents

Web Manager 2.0 User s Manual Table of Contents Web Manager 2.0 User s Manual Table of Contents Table of Contents... 1 Web Manager 2.0 Introduction... 2 Rights and Permissions... 2 User Access Levels... 2 Normal Access... 2 Publisher Access... 2 WM2

More information

< building websites with dreamweaver mx >

< building websites with dreamweaver mx > < building websites with dreamweaver mx > < plano isd instructional technology department > < copyright = 2002 > < building websites with dreamweaver mx > Dreamweaver MX is a powerful Web authoring tool.

More information

Javadocing in Netbeans (rev )

Javadocing in Netbeans (rev ) Javadocing in Netbeans (rev. 2011-05-20) This note describes how to embed HTML-style graphics within your Javadocs, if you are using Netbeans. Additionally, I provide a few hints for package level and

More information

Sedao Ltd. QuickChange PROject. User Manual for QuickChange PROject version 2.1.5

Sedao Ltd. QuickChange PROject. User Manual for QuickChange PROject version 2.1.5 Sedao Ltd QuickChange PROject User Manual for QuickChange PROject version 2.1.5 Contents What is QuickChange PROject?... 2 Simple Artwork Creation... 5 Creating a project... 7 QuickChange PROject Template

More information

WebStore by Amazon: Quick Start Guide

WebStore by Amazon: Quick Start Guide WebStore by Amazon: Quick Start Guide Introduction to WebStore by Amazon WebStore by Amazon is a powerful tool that allows you to create a complete e- commerce site. The WebStore by Amazon setup wizard

More information

Taking Fireworks Template and Applying it to Dreamweaver

Taking Fireworks Template and Applying it to Dreamweaver Taking Fireworks Template and Applying it to Dreamweaver Part 1: Define a New Site in Dreamweaver The first step to creating a site in Dreamweaver CS4 is to Define a New Site. The object is to recreate

More information

1.0 Overview For content management, Joomla divides into some basic components: the Article

1.0 Overview For content management, Joomla divides into some basic components: the Article Joomla! 3.4.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

Insert/Edit Image. Overview

Insert/Edit Image. Overview Overview The tool is available on the default toolbar for the WYSIWYG Editor. The Images Gadget may also be used to drop an image on a page and will automatically spawn the Insert/Edit Image modal. Classic

More information

Dreamweaver Tutorials Working with Tables

Dreamweaver Tutorials Working with Tables Dreamweaver Tutorials This tutorial will explain how to use tables to organize your Web page content. By default, text and other content in a Web page flow continuously from top to bottom in one large

More information

Getting Started with Eric Meyer's CSS Sculptor 1.0

Getting Started with Eric Meyer's CSS Sculptor 1.0 Getting Started with Eric Meyer's CSS Sculptor 1.0 Eric Meyer s CSS Sculptor is a flexible, powerful tool for generating highly customized Web standards based CSS layouts. With CSS Sculptor, you can quickly

More information

Cascade V8.4 Website Content Management for the Site Manager UMSL

Cascade V8.4 Website Content Management for the Site Manager UMSL Cascade V8.4 Website Content Management for the Site Manager UMSL Contents Purpose & How to Use This Guide... 5 Getting Started and Logging In... 5 Login... 5 Dashboard... 5 Notifications... 5 Setting

More information

c122jan2714.notebook January 27, 2014

c122jan2714.notebook January 27, 2014 Internet Developer 1 Start here! 2 3 Right click on screen and select View page source if you are in Firefox tells the browser you are using html. Next we have the tag and at the

More information

Create, Customize & Send an

Create, Customize & Send an How-To Guide Create, Customize & Send an Email Getting your first email out the door is easy with Constant Contact. This guide will walk you through creating, customizing, and sending an email to your

More information

Bridges To Computing

Bridges To Computing Bridges To Computing General Information: This document was created for use in the "Bridges to Computing" project of Brooklyn College. You are invited and encouraged to use this presentation to promote

More information

NEW WEBMASTER HTML & CSS FOR BEGINNERS COURSE SYNOPSIS

NEW WEBMASTER HTML & CSS FOR BEGINNERS COURSE SYNOPSIS NEW WEBMASTER HTML & CSS FOR BEGINNERS COURSE SYNOPSIS LESSON 1 GETTING STARTED Before We Get Started; Pre requisites; The Notepad++ Text Editor; Download Chrome, Firefox, Opera, & Safari Browsers; The

More information

School Website WordPress User Guide

School Website WordPress User Guide School Website WordPress User Guide version 3.3 Olathe Public Schools USD # 233 2012 Table of Contents Introduction 0 Log into WordPress... 1 Dashboard View... 1 Dashboard Menu Bar.. 2 Pages. 4 New Page

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE. A Manual for the Cascade Server Content Management System (CMS)

NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE. A Manual for the Cascade Server Content Management System (CMS) NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE A Manual for the Cascade Server Content Management System (CMS) Table of Contents Chapter 1 - Getting Started... 3 Overview... 3 What is a Content Management

More information

Website Design (Weekend) By Alabian Solutions Ltd , 2016

Website Design (Weekend) By Alabian Solutions Ltd ,  2016 Website Design (Weekend) By Alabian Solutions Ltd 08034265103, info@alabiansolutions.com www.alabiansolutions.com 2016 TECHNOLOGIES DATE TIME Day1 Section 1 HTML Part 1 12am 5pm Intro to the web The web

More information

FirmSite Control. Tutorial

FirmSite Control. Tutorial FirmSite Control Tutorial 1 Last Updated June 26, 2007 by Melinda France Contents A. Logging on to the Administrative Control Center... 3 Using the Editor Overview:... 3 Inserting an Image... 7 Inserting

More information