User Tools

Site Tools


templates

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
templates [2014/12/08 12:33]
phplist
templates [2021/03/25 14:12] (current)
Line 1: Line 1:
 +
 +Or check out https://github.com/phpList/phplist-templates
 +
 +====== Basic template ======
 +
 +
 +<code>
 +<div style="max-width:600px;background:#FFF;display:block;margin:0px auto;font-family: Arial,sans-serif;font-size:https://github.com/phpList/phplist-templates12px">
 +<p style="text-ahttps://github.com/phpList/phplist-templateslign:right"><a href="[FORWARDURL]" >Forward this message</a></p>
 +<table style="border:2px solid #CCC; color:#333;" width="100%" cellpadding="20px" cellspacing="0px">
 +<tbody>
 +<tr><td style="color:#999;font-size:30px;text-align:center"><img src="logo.png" style="max-width:300px;" alt="NEWSLETTER" /></td></tr>
 +<tr><td> <hr /></td></tr>
 +<tr><td><h1 style="font-size:22px;text-align:center">[SUBJECT]</h1></td></tr>
 +<tr><td>[CONTENT]</td></tr>
 +</tbody>
 +</table>
 +<p style="text-align:right">[FOOTER]</p>
 +</div>
 +</code>
 +
 +====== Baires ======
 +
 +
 +<code>
 +<p><style type="text/css">#baires h1,#baires h2,#baires h3,#baires h4,#baires b,#baires a {color:#000 !important} #baires p{color:#666 !important}#baires_footer a{color:#EEE !important}</style></p>
 +<div style="margin:0; text-align:center; width:100%; background:#EEE;min-width:240px;height:100%;" id="baires">
 +<div style="width:96%;margin:0 auto; border:10px double #000;">
 +<div style="background:#000;padding:5px 0px 5px 15px;color:#777;letter-spacing:20px;text-align:center;font-size:15px;margin:1px 0px">NEWSLETTER</div>
 +<table height="100%" width="100%" style="font-family:Times New Roman, Garamond, serif;">
 +    <tbody>
 +        <tr>
 +            <td bgcolor="#666" align="right" width="35" valign="top"><br />
 +            <h3 style="margin:10px;text-align:right;font-weight:normal; color:#FFF !important; line-height:1.2; font-size:30px;">[SUBJECT]</h3>
 +            </td>
 +            <td bgcolor="#FFF" style="color:#666;margin:10px">
 +            <div style="margin:10px">[CONTENT]</div>
 +            </td>
 +        </tr>
 +        <tr>
 +            <td style="background:#000;padding:5px;height:50px;color:#FFF !important" id="baires_footer" colspan="2">[FOOTER]</td>
 +        </tr>
 +        <tr>
 +            <td style="background:#333;height:20px;text-align:center" colspan="2">[SIGNATURE]</td>
 +        </tr>
 +    </tbody>
 +</table>
 +</div>
 +</div></code>
 +
 +====== Chalten ======
 +
 +
 +
 +<code>
 +<p><style type="text/css">#chalten h1,#chalten h2,#chalten h3,#chalten h4,#chalten b,#chalten a {color:#600 !important} #chalten p{color:#000 !important}</style></p>
 +<div style="margin:0; text-align:center; width:100%; background:#FFF;min-width:240px;height:100%;" id="chalten">
 +<div style="width:96%;margin:0 auto; border-left:10px solid #666;border-right:10px solid #666;border-top:10px solid #C30">
 +<table height="100%" width="100%" style="font-family:'Trebuchet MS', Helvetica, sans-serif;">
 +    <tbody>
 +        <tr>
 +            <td height="100px" bgcolor="#F90">
 +            <h3 style="margin:10px;text-align:center;font-weight:normal; color:#FFF !Important; line-height:1; font-size:50px;">[SUBJECT]</h3>
 +            </td>
 +        </tr>
 +        <tr>
 +            <td bgcolor="#FFC" style="color:#666;margin:10px">
 +            <div style="margin:30px;color:#000 !Important">[CONTENT]</div>
 +            </td>
 +        </tr>
 +        <tr>
 +            <td height="50px" style="background:#F90;color:#000;text-align:center;font-size:14px;margin:10px;padding:10px">[FOOTER]</td>
 +        </tr>
 +        <tr>
 +            <td height="20px" style="background:#C30;color:#FFF;text-align:center;font-size:11px;margin:10px;padding:10px">[SIGNATURE]</td>
 +        </tr>
 +    </tbody>
 +</table>
 +</div>
 +</div></code>
 +
 +====== Trevelin ======
 +
 +
 +
 +<code><p><style type="text/css">#trevelin h1,#trevelin h2,#trevelin h3,#trevelin h4,#trevelin b,#trevelin a {color:#369 !important} #trevelin p{color:#036 !important}</style></p>
 +<div style="margin:0; text-align:center; width:100%; background:#EEE;min-width:240px;height:100%;" id="trevelin"><br />
 +<div style="width:96%;margin:0 auto; border-top:6px solid #369;border-bottom: 6px solid #369;background:#DEF;">
 +<h3 style="margin-top:5px;background-color:#69C; font-weight:normal; color:#FFF !important; text-align:center; margin-bottom:5px; padding:10px; line-height:1.2; font-size:21px; text-transform:capitalize;">[SUBJECT]</h3>
 +<div style="text-align:justify;background:#FFF;padding:20px; border-top:2px solid #369;min-height:200px;font-size:13px; border-bottom:2px solid #369;">[CONTENT]
 +<div style="clear:both">&nbsp;</div>
 +</div>
 +<div style="clear:both;background:#69C;font-weight:normal; padding:10px;color:#FFF !important;text-align:center;font-size:11px;margin:5px 0px">[FOOTER]<br />
 +[SIGNATURE]</div>
 +</div>
 +</div></code>
 +
 +
 +====== Ushuaia ======
 +
 +[[templates:ushuaia]]
 +
 +<code>
 +<p><style type="text/css">#ushuaia h1{font-size:36px}#ushuaia h2{font-size:30px}#ushuaia h3{font-size:24px}#ushuaia h4{font-size:21px}#ushuaia h1,#ushuaia h2,#ushuaia h3,#ushuaia h4,#ushuaia b,#ushuaia a {font-family:'Times New Roman', Georgia, serif !Important;color:#000 !important} #ushuaia p{font-family:'Times New Roman',Georgia,serif !important;color:#000 !important}</style></p>
 +<div style="margin:0; text-align:center; width:98%; background:#EEE;min-width:240px;height:100%;" id="ushuaia">
 +<div style="width:98%;margin:0 auto;border:10px dashed #000;">
 +<table height="100%" align="center" width="98%">
 +    <tbody>
 +        <tr>
 +            <td height="100px" bgcolor="#EEE" style="border-bottom:1px dotted #888">
 +            <h3 style="margin:10px;text-align:center;font-weight:normal; line-height:1; font-size:70px;">[SUBJECT]</h3>
 +            </td>
 +        </tr>
 +        <tr>
 +            <td bgcolor="#FFF" style="color:#666;margin:10px">
 +            <div style="margin:30px;color:#000 !Important">[CONTENT]</div>
 +            </td>
 +        </tr>
 +        <tr>
 +            <td style="background:#CCC;padding:10px;color:#000;text-align:center;font-size:14px;margin:1px 0px;border-top:1px dotted #666">[FOOTER]</td>
 +        </tr>
 +        <tr>
 +            <td style="background:#666;padding:5px;color:#FFF;text-align:center;font-size:11px;margin:1px 0px">[SIGNATURE]</td>
 +        </tr>
 +    </tbody>
 +</table>
 +</div>
 +<p>&nbsp;</p>
 +</div></code>
 +
  
templates.txt · Last modified: 2021/03/25 14:12 (external edit)

Resources
Contact Us

e: info@phplist.com

Boring Bit

phpList is a registered limited company

UK Company No. 07582966

VAT Registration 122 0788 37

© phpList 2016