Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| newsletter [2024/02/07 22:01] – [HTML Reference] thehort | newsletter [2024/10/08 23:34] (current) – [Changing the Newsletter Theme] thehort | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== HTML Reference ===== | ===== HTML Reference ===== | ||
| - | The following table provides some basic HTML tags that will be helpful to know when editing the newsletter code and adding | + | The following table provides some basic HTML tags that will be helpful to know when editing the newsletter code and adding copy: |
| ^ HTML ^ Description ^ | ^ HTML ^ Description ^ | ||
| - | |'' | + | | < |
| - | | '' | + | | < |
| - | | '' | + | | < |
| - | | '' | + | | <code>< |
| - | | '' | + | | < |
| - | | '' | + | | < |
| - | | '' | + | | < |
| - | | < | + | | <code><img src=" |
| - | | ''< | + | | < |
| | < | | < | ||
| < | < | ||
| Line 20: | Line 20: | ||
| </ | </ | ||
| | < | | < | ||
| - | <li>Unordered | + | <li>Ordered |
| - | <li>Unordered | + | <li>Ordered |
| </ | </ | ||
| ===== Uploading Images ===== | ===== Uploading Images ===== | ||
| Line 37: | Line 37: | ||
| After creating the message, click on the newsletter subject that appears between the newsletter name and the code, enter a new subject line, and save. | After creating the message, click on the newsletter subject that appears between the newsletter name and the code, enter a new subject line, and save. | ||
| - | Before beginning to edit the code, it's helpful to turn on the '' | + | Before beginning to edit the code, it's helpful to turn on the '' |
| + | |||
| + | ===== Changing the Newsletter Theme ===== | ||
| + | The newsletter has been developed to support different color themes. These themes can be changed by updating the class set on the first '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | This is the full HTML for this line: | ||
| + | < | ||
| + | <table cellpadding=" | ||
| + | </ | ||
| ===== Editing Newsletter Sections ===== | ===== Editing Newsletter Sections ===== | ||
| The newsletter is comprised of distinct sections that are commented in the code the make them easy to identify. You can use the below reference to aid in locating and updating each distinct content section. If a content section is not needed for a newsletter, it can simply be removed by deleting all the code between '' | The newsletter is comprised of distinct sections that are commented in the code the make them easy to identify. You can use the below reference to aid in locating and updating each distinct content section. If a content section is not needed for a newsletter, it can simply be removed by deleting all the code between '' | ||