meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| plugin:contentareas [2024/06/22 20:12] – [data-type attribute] duncanc | plugin:contentareas [2024/06/22 20:15] (current) – [Using the CONTENT placeholder] duncanc | ||
|---|---|---|---|
| Line 127: | Line 127: | ||
| - | <HTML> | + | <code html> |
| <!-- start of repeating item --> | <!-- start of repeating item --> | ||
| <tr data-repeatable=" | <tr data-repeatable=" | ||
| Line 136: | Line 136: | ||
| </tr> | </tr> | ||
| <!-- end of repeating item --> | <!-- end of repeating item --> | ||
| - | </HTML> | + | </code> |
| A repeatable area need not have any instances, in which case it will not be included in the final email HTML. Initially a repeatable area is displayed disabled. You need to add an instance to be able to edit its content. | A repeatable area need not have any instances, in which case it will not be included in the final email HTML. Initially a repeatable area is displayed disabled. You need to add an instance to be able to edit its content. | ||
| Line 299: | Line 299: | ||
| If you do not want to use this placeholder then the simplest approach is to include it in the template within an HTML comment | If you do not want to use this placeholder then the simplest approach is to include it in the template within an HTML comment | ||
| - | <HTML> | + | <code html> |
| < | < | ||
| <!-- [CONTENT] --> | <!-- [CONTENT] --> | ||
| - | </HTML> | + | </code> |
| and to enter some nominal text on the Content tab, such as ' | and to enter some nominal text on the Content tab, such as ' | ||
| ===== Inline CSS styles ===== | ===== Inline CSS styles ===== | ||