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:05] – [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: 
   * ''renew''   * ''renew''
   * ''bloom''   * ''bloom''
 +  * ''harvest''
 This is the full HTML for this line: This is the full HTML for this line:
 <code> <code>
-''<table cellpadding="0" cellspacing="0" border="0" class="container bloom">''+<table cellpadding="0" cellspacing="0" border="0" class="container bloom">
 </code> </code>
 ===== Editing Newsletter Sections ===== ===== Editing Newsletter Sections =====