Signature

Signature

Vocabulary

Signature

Syntax

This appears at the bottom of the white section in every email. For emails sent from a specific person, use the Personal one. For emails sent from Treehouse, use the Generic one.

Semantics

The signature is a friendly way to end an email. If signed with an individual's name, it gives the email a personable feel and creates a sense of familiarity with the person.

HTML

<!-- // Signature -->
<table role="presentation" cellpadding="0" cellspacing="0" border="0" class="esg-card esg-round-b" bgcolor="#ffffff" width="100%">
  <tr>
    <td class="esg-p-lr-base esg-p-b-base">
      <table role="presentation" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" width="100%">
        <tr>
          <td colspan="2" class="esg-p-b-6 esg-border-b">
          </td>
        </tr>
        <tr>
          <td class="esg-p-t-6 esg-p-r-3" width="95">
            <img src="https://s3.amazonaws.com/treehouse-email-images/templates/avatars/avatar-treehouse.png" alt="Treehouse" width="80" height="80" class="author-photo">
          </td>
          <td class="esg-p-t-6" width="406">
            <p class="esg-p esg-m-0 esg-bold esg-text-color-dark">Your Name</p>
            <p class="esg-p esg-m-0 esg-text-color-light esg-text-6 esg-text-color-dark">Your Title</p>
            <p class="esg-p esg-m-0 esg-m-0 esg-text-color-light esg-text-6 esg-text-color-dark">Treehouse</p>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>