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
plugin:contentareas [2024/06/22 20:14] – [data-repeatable attribute] duncancplugin:contentareas [2024/06/22 20:15] (current) – [Using the CONTENT placeholder] duncanc
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 =====