Skip to content

Table layout email template

Daisho Komiyama edited this page Apr 29, 2023 · 1 revision
<body id="body" style="margin: 0 !important; padding: 0 !important">
    <table
        border="0"
        cellpadding="0"
        cellspacing="0"
        role="presentation"
        width="100%"
    >
        <tr>
            <td>
                <table
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
                    role="presentation"
                    width="600"
                >
                    <!-- Logo -->
                    <tr>
                        <td></td>
                    </tr>

                    <!-- Headline -->
                    <tr>
                        <td></td>
                    </tr>

                    <!-- Hero image -->
                    <tr>
                        <td></td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
</body>
Clone this wiki locally