Inboxes List

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html>
 <head>
  <meta charset="utf-8"/>
  <!-- utf-8 works for most cases -->
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <!-- Forcing initial-scale shouldn't be necessary -->
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!-- Use the latest (edge) version of IE rendering engine -->
  <title>
   EmailTemplate-Responsive
  </title>
  <!-- The title tag shows in email notifications, like Android 4.4. -->
  <!-- Please use an inliner tool to convert all CSS to inline as inpage or external CSS is removed by email clients -->
  <!-- important in CSS is used to prevent the styles of currently inline CSS from overriding the ones mentioned in media queries when corresponding screen sizes are encountered -->
  <!-- CSS Reset -->
  <style type="text/css">
   /* What it does: Remove spaces around the email design added by some email clients. */
      /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,  body {
 margin: 0 !important;
 padding: 0 !important;
 height: 100% !important;
 width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. */
.ExternalClass {
 width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
 margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,  td {
 mso-table-lspace: 0pt !important;
 mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
table {
 border-spacing: 0 !important;
 border-collapse: collapse !important;
 table-layout: fixed !important;
 margin: 0 auto !important;
}
table table table {
 table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
 -ms-interpolation-mode: bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
 border-bottom: none !important;
}
/* What it does: Another work-around for iOS meddling in triggered links. */
a[x-apple-data-detectors] {
 color: inherit !important;
}
  </style>
  <!-- Progressive Enhancements -->
  <style type="text/css">
   /* What it does: Hover styles for buttons */
        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }
        .button-td:hover,
        .button-a:hover {
            background: #293035 !important;
            border-color: #293035 !important;
        }

        /* Media Queries */
        @media screen and (max-width: 600px) {

            .email-container {
                width: 100% !important;
            }

            /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
            .fluid,
            .fluid-centered {
                max-width: 100% !important;
                height: auto !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }
            /* And center justify these ones. */
            .fluid-centered {
                margin-left: auto !important;
                margin-right: auto !important;
            }

            /* What it does: Forces table cells into full-width rows. */
            .stack-column,
            .stack-column-center {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
            }
            /* And center justify these ones. */
            .stack-column-center {
                text-align: center !important;
            }
        
            /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }
            table.center-on-narrow {
                display: inline-block !important;
            }
                
        }
  </style>
 </head>
 <body bgcolor="#e0e0e0" style="margin: 0;" width="100%" yahoo="yahoo">
  <table bgcolor="#e0e0e0" border="0" cellpadding="0" cellspacing="0" height="100%" style="border-collapse:collapse;" width="100%">
   <tr>
    <td>
     <center style="width: 100%;">
      <!-- Email Header : BEGIN -->
      <table align="center" class="email-container" width="600">
      </table>
      <table align="center" class="email-container" width="600">
       <tr>
        <td style="padding: 40px 40px 0px 40px ; text-align: left; background-color: #ffffff;">
         <a>
          <img alt="The Healthy Logo" border="0" height="exact" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.thehealthy.com%252Fwp-content%252Fuploads%252F2021%252F09%252Fthehealthy-logo.svg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cudGhlaGVhbCIsInRpbWUiOjE3NzY4ODQ0OTQuNTc5NjY2MX0:1wFcpK:Bs0Oe6A3i8BY3nZbSNqkxHF3rrRv77xBXEmoRP2KHLc" width="200"/>
         </a>
         <br/>
         <br/>
         <hr id="" style="height:2px; background-color:#D7D7D7"/>
        </td>
       </tr>
      </table>
      <!-- Email Header : END -->
      <!-- Email Body : BEGIN -->
      <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="email-container" width="600">
       <!-- 1 Column Text : BEGIN -->
       <tr>
        <td style="padding: 20px 40px; text-align: left; font-family: sans-serif; font-size: 17px; mso-height-rule: exactly; line-height: 25px; color: #555555;">
         Dear Valued Reader,
         <br/>
         <br/>
         TheHealthy invites you to take a quick 4-minute survey about longevity and healthy living. Your input will help us create content that supports your wellness journey and aligns with your interests.
         <br/>
         <br/>
         <!-- Button : Begin -->
         <table align="left" border="0" cellpadding="0" cellspacing="0" style="margin: auto">
          <tr>
           <td class="button-td" style="border-radius: 3px; background: #04723e; text-align: center;">
            <a class="button-a" style="background: #04723e; border: 15px solid #04723e; padding: 0 10px;color: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 1.1; text-align: center; text-decoration: none; display: block; border-radius: 3px; font-weight: bold;">
             <!--[if mso]>&nbsp;&nbsp;&nbsp;&nbsp;<![endif]-->
             TAKE SURVEY HERE
             <!--[if mso]>&nbsp;&nbsp;&nbsp;&nbsp;<![endif]-->
            </a>
           </td>
          </tr>
         </table>
         <!-- Button : END -->
        </td>
       </tr>
       <!-- 1 Column Text : BEGIN -->
       <!-- 1 Column Text : BEGIN -->
       <tr>
        <td style="padding: 10px 40px; text-align: left; font-family: sans-serif; font-size: 17px; mso-height-rule: exactly; line-height: 24px; color: #555555;">
         We truly value your time and feedback.
         <br/>
         <br/>
         Thank you for helping us make a difference!
         <br/>
         <br/>
         Sincerely,
         <br/>
         TheHealthy Research Team
         <br/>
         <br/>
         <hr id="" style="height:2px; background-color:#D7D7D7"/>
        </td>
       </tr>
       <!-- 1 Column Text : BEGIN -->
      </table>
      <!-- Email Body : END -->
      <!-- Email Footer : BEGIN -->
      <table align="center" class="email-container" style="background-color: #ffffff" width="600">
       <tr>
        <td align="center" style="padding: 0px;font-family: Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif; font-size: 25px; color: #ed1c24; font-weight: 400">
        </td>
       </tr>
       <tr>
        <td style="padding: 10px 10px;width: 100%;font-size: 12px; font-family: sans-serif; mso-height-rule: exactly; line-height:18px; text-align: center; color: #888888;">
         You are subscribed to this email as 7a3e839b@uifeed.com
         <br/>
         <br/>
         To unsubscribe or update your Email Preferences,
         <a>
          click here.
         </a>
         <br/>
         <br/>
         View our
         <a style="color:#888888;">
          privacy policy
         </a>
         .
         <br/>
         <br/>
         Trusted Media Brands, Inc.
         <br/>
         1610 N. 2nd St., Suite 102
         <br/>
         Milwaukee, WI 53212
         <br/>
         Copyright
         <sup>
          ©
         </sup>
         2026 Trusted Media Brands. All rights reserved.
         <br/>
         <br/>
         <br/>
        </td>
       </tr>
      </table>
      <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.email.rd.com%252Fopen.aspx%253F47FJMAFYD66ELOZXQAFR7TMKMY.60256%2526d%253D60256%2526bmt%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5lbWFpbCIsInRpbWUiOjE3NzY4ODQ0OTQuNTgwMjk5NH0:1wFcpK:z335n93ALwj3ttvBOsxGb3EyCvfv5mWoUxyd07cnRjY" width="1"/>
      <!-- Email Footer : END -->
     </center>
    </td>
   </tr>
  </table>
 </body>
</html>