редактируемый контент html email - PullRequest
1 голос
/ 05 мая 2011

У меня есть базовый HTML-шаблон электронной почты как

<table width="100%">
    <tr>
        <td>
            <table width="780" border="1" height="600" bgcolor="olive" align="center">
                <tr>
                    <td valign="top">
                        <table border="1" width="780" bgcolor="white" style="text-align: center; min-height:20px; height: auto;">
                            <tr>
                                <td>
                                    <p style="font-color:#ffffff;">Banner heading goes here
                                    <br />
                                    Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer. Donec ipsum. Proin imperdiet est. Phasellus dapibus semper urna. Pellentesque ornare, orci in consectetuer hendrerit, urna elit eleifend nunc, ut consectetuer nisl felis ac diam. Etiam non felis. Donec ut ante. In id eros. Suspendisse lacus turpis, cursus egestas at sem. Mauris quam enim, molestie in, rhoncus ut, lobortis a, est.
                                    </p>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>

Как сделать область заголовка баннера редактируемой в электронном письме? Я использую магнитную почту. -

1 Ответ

2 голосов
/ 05 мая 2011

С помощью электронной почты в формате HTML вы не можете сделать это.

...