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/05/20 00:00] – external edit 127.0.0.1 | plugin:contentareas [2024/06/22 20:15] (current) – [Using the CONTENT placeholder] duncanc | ||
---|---|---|---|
Line 83: | Line 83: | ||
Examples of adding the attributes: | Examples of adding the attributes: | ||
- | <HTML><h3 data-edit=" | + | <code html><h3 data-edit=" |
<!-- a single line of text can be edited --> | <!-- a single line of text can be edited --> | ||
Line 105: | Line 105: | ||
</a> | </a> | ||
<!-- additionally the href attribute of the <a> element can be edited --> | <!-- additionally the href attribute of the <a> element can be edited --> | ||
- | </HTML> | + | </code> |
===== Advanced attributes ===== | ===== Advanced attributes ===== | ||
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 ===== |