How to Create Repeatable Sections in Email Templates
Email templates allow companies, organizations and individuals to stay connected with their clients, employees and followers while adhering to a consistent look and feel. With the template in place, you can simply add new text without having to reformat the appearance of the email. To save time, you can create repeatable sections through the template. These sections keep the same formatting while giving you the flexibility to edit and update the content.
Instructions
-
-
1
Click “Start,” “All Programs” and “Notepad.”
-
2
Click “File” and select “Open.” Select the email template and click “Open.”
-
-
3
Add the following code to the beginning of your email template:
<!– StartBlockNoDelete –>
Repeatable Content
<!– EndBlockNoDelete –>Replace “Repeatable Content” with the text you always want to appear at the top of your email template, and that cannot be deleted.
-
4
Add the following code to the area of the email template that you want to have repeatable sections:
<!—StartBlockCanDelete –>
Repeatable Content
<!– EndBlockNoDelete –>Replace “Repeatable Content” with the text you want to appear in the body of your email template, one that can be deleted as desired.
-
5
Click “File” and select “Save.”
-
1