suefeng
2/1/2019 - 6:58 PM

HTML Email Newsletters Tips and Tricks

<table cellspacing="0" cellpadding="0" border="0" width="100%">
 <tr>
      <td width="30">
         <img src="http://example.com/images/bullet.gif" alt="" />
     </td>
     <td>
          Your list item text
     </td>
 </tr>
 <tr>
      <td width="30">
         <img src="http://example.com/images/bullet.gif" alt="" />
     </td>
     <td>
          Your list item text 2
       </td>
 </tr>
 <tr>
      <td width="30">
         <img src="http://example.com/images/bullet.gif" alt="" />
     </td>
     <td>
          Your list item text 3
       </td>
 </tr>
</table>