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:common [2023/12/11 18:18] – [Inline CSS styles] duncanc | plugin:common [2024/06/22 19:36] (current) – duncanc | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ---- plugin ---- | ---- plugin ---- | ||
| + | |||
| description: | description: | ||
| author | author | ||
| Line 49: | Line 50: | ||
| </ | </ | ||
| An h3 element in the template | An h3 element in the template | ||
| - | <HTML>< | + | <code html> |
| + | < | ||
| + | </code> | ||
| will be changed to | will be changed to | ||
| - | <HTML><h3 style=" | + | <code html> |
| + | <h3 style=" | ||
| + | </code> | ||
| There are two packages to do the inlining that are included in the plugin - PreMailer (https:// | There are two packages to do the inlining that are included in the plugin - PreMailer (https:// | ||