Contents |
EasyEditor document |
Flexible width |
Editable image and text |
Fixed size image |
Dropzone |
Column width |
Dragable element |
Column |
Summary
Here you will find the markup and tags you will use most when coding your EasyEditor HTML email templates:
EasyEditor document
<!-- Easy Editor -->
This marker identifies a template as an EasyEditor template. It will cause the template to automatically open in EasyEditor.
Application: First line inside the body tag of your document
Flexible width
class="ee_resizable"
This marker notes that the outer table of a template can be resized using EasyEditor.
Application: The first table in the HTML document (which should contain all other markup)
Editable image and text
class="ee_editable"
Allows text or images to be edited.
Application: td, img
Fixed size image
class="ee_noresize"
Restricts an image from being resized (e.g. a logo or banner).
Application: img
Dropzone
class="ee_dropzone"
Allows you to drop block elements into this specific area of the document.
Application: td
Column width
class="ee_columns"
Allows resizing of column width within a table.
Application: table
Dragable block element
class="ee_element"
Allows a block element to be dragged and dropped from one dropzone to another; must always be nested inside a dropzone.
Application: table
Column
class="ee_column"
Declares a single column for a columns section (each column is a single table).
Application: table
0 Comments