Advertisement
Guest User

Marketo Email Template - Dynamic Content Issue

a guest
Mar 10th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.25 KB | None | 0 0
  1.  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" style="width: 100%;" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
  3.  
  4. <head>
  5.   <title>Email</title>
  6.  
  7.   <!-- Marketo Variables -->
  8.   <meta class="mktoList" id="text_font_family" mktoName="Main Text Font Family" values="Arial, Helvetica, sans-serif" default="Arial">
  9.  
  10.   <!--[if gte mso 9]>
  11.    <xml>
  12.      <o:OfficeDocumentSettings>
  13.        <o:AllowPNG/>
  14.        <o:PixelsPerInch>96</o:PixelsPerInch>
  15.      </o:OfficeDocumentSettings>
  16.    </xml>
  17.  <![endif]-->
  18.  
  19.   <style type="text/css">
  20.     body {
  21.       margin: 0;
  22.       padding: 0;
  23.       font-family: ${text_font_family};
  24.       background: #eeeeee
  25.     }
  26.  
  27.     p {
  28.       font-family: ${text_font_family};
  29.       margin-bottom: 1em;
  30.       font-size: 10pt;
  31.       color: #ffffff;
  32.       line-height: 18pt;
  33.       text-align: center
  34.     }
  35.    
  36.     h1,
  37.     h2,
  38.     h3{
  39.       font-family: ${text_font_family};
  40.       color: #7D858C
  41.     }
  42.  
  43.   </style>
  44. </head>
  45.  
  46. <body>
  47.  
  48. <table width="600" cellpadding="0" cellspacing="0" class="mktoContainer" id="container_body">
  49.  
  50.     <tr class="mktoModule" id="section1" mktoName="Section 1">
  51.         <td>
  52.             <table bgcolor="white" align="center" cellpadding="0" cellspacing="0" style="width: 100%;">
  53.                 <tr>
  54.                     <td colspan="3">
  55.                         <a href="#">&nbsp;</a>
  56.                     </td>
  57.                 </tr>
  58.                 <tr>
  59.                     <td colspan="3" height="30">&nbsp;</td>
  60.                 </tr>
  61.                 <tr>
  62.                     <td width="30">&nbsp;</td>
  63.                     <td class="mktoText" id="section1_text" mktoName="Section 1 Text">
  64.                         <h3 style="font-family: ${text_font_family}; font-size: 15px; line-height: 22px; mso-line-height: exactly; margin: 0 0 18px; padding: 0; text-align: left; color: #00B2E2; font-weight: 700; text-transform: uppercase;">Lorem ipsum dolor sit amet</h3>
  65.                         <p style="font-family: ${text_font_family}; font-size: 14px; line-height: 20px; mso-line-height: exactly; margin: 0 0 18px; padding: 0; text-align: left; color: #040817;">Nam erat tortor, elementum vitae tincidunt nec, interdum tempor dolor. Donec vulputate venenatis ex semper dictum. Nullam consequat faucibus leo et porta. Donec imperdiet id augue at lobortis. Maecenas molestie pellentesque sem quis rhoncus. Suspendisse viverra tempus nunc. Curabitur ullamcorper mauris nunc, quis faucibus odio posuere sit amet.</p>
  66.                         <p style="font-family: ${text_font_family}; font-size: 14px; line-height: 20px; mso-line-height: exactly; margin: 0 0 18px; padding: 0; text-align: left; color: #040817;">Pellentesque eget nunc ac purus pretium posuere. Praesent gravida, purus vel faucibus mollis, est augue egestas turpis, non facilisis lectus nisi ac neque.</p>
  67.                     </td>
  68.                     <td width="30">&nbsp;</td>
  69.                 </tr>
  70.                 <tr>
  71.                     <td colspan="3" height="26">&nbsp;</td>
  72.                 </tr>
  73.             </table>
  74.         </td>
  75.     </tr>
  76.  
  77. </table>
  78.  
  79. </body>
  80. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement