To prepare the full-sized eCard display template

This template defines how full-sized images display to the recipient.

  1. Open the eCard Image content type administration page from the Content Types menu.

  2. In the Display Templates area, click New Template.

  3. Format how an image displays to eCard recipients with the following sample code:

    <h2><span class="templateVariable">&laquo;title&raquo;</span></h2>

    <p>Hey <span class="templateVariable">&laquo;ecard_name&raquo;</span>,</p>

    <table cellpadding="4" style="margin-top: 1em; width: 100%; background-color:
    #ffff66; border: #fdb727 2px solid;">
    <tbody>
    <tr>
    <td style="width: 100%;">Note: <spanclass="templateVariable">&laquo;ecard_note&raquo;</span></td>
    </tr>
    </tbody>
    </table>

    <p style="text-align: center;"><img src="${url}" /></p>
    <p>From</p>
    <p><span class="templateVariable">&laquo;ecard_from&raquo;</span></p>
    <p>Source Code: ${ecard_source_code}</p>