Email Templates

Below are some basic tags and structure for HTML. This will help you understand how to edit the email templates. Basic knowledge of HTML (Hyper Text Markup Language) is essential to editing these templates. You will find some exmaples below.

All HTML documents must start with a document type declaration: <!DOCTYPE html>.

The HTML document itself begins with <html> and ends with </html>.

The visible part of the HTML document is between <body> and </body>.

HTML paragraphs are defined with the <p> tag. All text goes in between the open and closing of the paragraph tag. An example would be <p>This is a paragraph.</p>.

You can find more in depth information from W3Schools.com. This is a great resource if you have any questions about how to change elements of the email template.

Name Subject