Customizing email header using table

Using placement EMAIL_HEADER and EMAIL_FOOTER, email's header and footer can be customized.

Here is an example of customizing the header using a table.

Header

<html>
  <head>
        <title></title>
      </head>
      <body >
      <div style="background-color:#2B4866;padding:10px">
      <div id="mailmain" style="margin:10px; background-color:#ffffff;padding:10px">
        <table width="100%" style="padding:1px;background: #DEF2FC" cellpadding="0" cellspacing="0">
          <tr bgcolor="#DEF2FC" valign="bottom">
              <td width="10%" style="padding:20px" align="center">
                <href="https://my_test_site.edubrite.com/">
                <img alt="Microsite Logo" src="__LOGO_URL__"
 hspace="5px"  vspace="5px" style="max-height:80px" width="200"/>
                </a>  
              </td >
              <td width="90%" valign="bottom" align="center" style="text-align:center;font-size:20px;line-height:40px;color:black;padding:10px;">
                __TITLE__
              </td>  
           </tr>
        </table>
        <br/>

 

 

Footer 

<div style="border-top:1px solid #AAAAAA;margin-top:20px; text-align:center;font-size:10px">
          <style="font-size:8px;">Automated email generated from a customer microsite hosted on EduBrite platform.</p>
       </div>
</body>
</html>

 


Rating: