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:17] – [Common Plugin] duncanc | plugin:common [2024/06/22 19:36] (current) – duncanc | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ---- plugin ---- | ---- plugin ---- | ||
| + | |||
| description: | description: | ||
| author | author | ||
| Line 32: | Line 33: | ||
| ====== Inline CSS styles ====== | ====== Inline CSS styles ====== | ||
| - | The plugin provides an option to inline CSS styles when phplist builds the email content. This allows you to include < | + | The plugin provides an option to inline CSS styles when phplist builds the email content. This allows you to include |
| - | Some email clients have limited or no support for < | + | Some email clients have limited or no support for '' |
| For example, having a set of styles defined as | For example, having a set of styles defined as | ||
| 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:// | ||