Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.86 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.  <title></title>
  6.  <style type="text/css">
  7.  *
  8.  {
  9.  margin: 0px;
  10.  padding: 0px;
  11.  }
  12.  
  13.  body
  14.  {
  15.  font-family: Arial, Verdana, sans-serif;
  16.  color: #333;
  17.  font-size: 12px;
  18.  }
  19.  
  20.  table tr td
  21.  {
  22.  vertical-align: top;
  23.  }
  24.  
  25.  h1
  26.  {
  27.  padding: 30px 0 20px 0;
  28.  font-family: Arial, Verdana, sans-serif;
  29.  color: #333;
  30.  font-size: 22px;
  31.  }
  32.  </style>
  33. </head>
  34. <body>
  35.  <table cellpadding="0" cellspacing="0">
  36.  <tr>
  37.  <td style="width: 580px; height: 300px; padding-left: 20px;">
  38.  <h1>Terms & Conditions notification</h1>
  39. Dear {Recipient.FirstName} {Recipient.LastName}, <br />
  40. The Terms & Conditions for the event <b> {EventInfo.Name} </b> were accepted by you on <b> {BaseFields.DATE} </b> using this IP address <b> {Special.IPAddress}.
  41. <br />
  42. <br />
  43. </tr>
  44. </table>
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement