meta data for this page
  •  

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
plugin:contentareas [2024/06/22 20:12] – [data-type attribute] duncancplugin: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="article">     <tr data-repeatable="article">
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>
   <body>   <body>
   <!-- [CONTENT] -->   <!-- [CONTENT] -->
-</HTML>+</code>
 and to enter some nominal text on the Content tab, such as 'content' or even a single character. In effect the placeholder will then be ignored. and to enter some nominal text on the Content tab, such as 'content' or even a single character. In effect the placeholder will then be ignored.
 ===== Inline CSS styles ===== ===== Inline CSS styles =====