This is a simple adaptation of the Really Simple Free Responsive HTML by Lee Munroe. We added the following PhpList template placeholders:
[SUBJECT]
[LOGO]
[CONTENT]
[FORWARDURL]
[FOOTER]
Check the documentation in PHPLIST - Creating a Template
- Copy all of email.html
- Paste the HTML in PHPLIST (Campaigns > Manage Campaigns Templates > Add new template
- Create a new campaign and select your new template
Copy / Paste the following code as the first line of your campaign in PhpList. (Composer -> Source)
<span class="preheader">This is preheader text. Some clients will show this text as a preview.</span>
Copy / Paste the following code into the Composer (Source) in PhPlist.
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
<tbody><tr><td align="center"><table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tbody><tr><td>
<a href="https://example.com" target="_blank">Call To Action</a> </td>
</tr></tbody></table></td></tr></tbody></table>
Tested on mobile, desktop and web.