Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
newsletter [2024/03/28 19:04] – [Changing the Newsletter Theme] thehortnewsletter [2024/10/08 23:34] (current) – [Changing the Newsletter Theme] thehort
Line 40: Line 40:
  
 ===== Changing the Newsletter Theme ===== ===== 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 table—this table also has the class ''container''. You can add the following classes to change the newsletter themes:  +The newsletter has been developed to support different color themes. These themes can be changed by updating the class set on the first ''table'' tag after the ''body''—this table also has the class ''container''. You can add the following classes to change the newsletter themes:  
-  * Unordered List Item''renew''+  * ''renew''
   * ''bloom''   * ''bloom''
 +  * ''harvest'' 
 +This is the full HTML for this line: 
 +<code> 
 +<table cellpadding="0" cellspacing="0" border="0" class="container bloom"> 
 +</code>
 ===== 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 ''Start'' and ''End'' comments of the section. 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 ''Start'' and ''End'' comments of the section.