• Resolved torao9340

    (@torao9340)


    Hello, after latest update (5.7.2) our e-mails styling broke down. We’ve got following structure of mails:

    <table style="font-family: Helvetica; letter-spacing: normal; text-indent: 0px; text-transform: none; word-spacing: 0px; -webkit-text-stroke-width: 0px; border-collapse: collapse !important;" border="0" width="100%" cellspacing="0" cellpadding="0">
        <tbody>
            <tr>
                <td class="section-padding" style="padding: 15px;" align="center" bgcolor="#f4f3f0">
                    <table class="responsive-table" style="border-collapse: collapse !important;" border="0" width="500" cellspacing="0" cellpadding="0">
                        <tr>
                            <td class="" align="center" bgcolor="#f4f3f0" width="100"><a class="" href="page" target="_blank" rel="noopener">
                                    <img class="" style="border: 0px; height: auto; line-height: 16px; outline: none; text-decoration: none; display: block; color: #4d4d4d; font-size: 16px;" src="logo" alt="Logo" width="100" height="100" border="0" /></a>
                                <table style="border-collapse: collapse !important;" border="0" width="100%" cellspacing="0" cellpadding="0">
                                    <tbody>
                                                                            <tr>
                                            <td class="padding-copy" style="font-size: 16px; line-height: 25px; color: #4d4d4d;" align="left"><b>Dzień dobry</b>, pojawi? si? nowy formularz.</td>
                                        </tr>
                                    </tbody>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </tbody>
    </table>

    It’s a little more complicated on page, but this is enough. Before update, <td> with “Dzień dobry, pojawi? si? nowy formularz” had background color and was aligned to center, thanks to grandparent <td> before (<td class=”” align=”center” bgcolor=”#f4f3f0″ width=”100″> – this one). After update, it stopped working and there’s no background and center align on “Dzień dobry (…)” td. It seems that after update, there’s no option to nest one <td> in another, but i’m not sure what’s going on.

    Could you tell me what changed after last update and how can I make this work like before?

Viewing 16 replies (of 16 total)
  • With Version 5.7.4 the nested tables in send mails are not showing right. We have distance between the nested tables rows.

    <table width="100%">
    <tr><td><b>Name:</b></td><td>[Name]</td></tr>
    <tr><td><b>Telefon:</b></td><td>[Phone]</td></tr>
    <tr><td><b>Email:</b></td><td>[Email]</td></tr>
    </table>
Viewing 16 replies (of 16 total)
  • The topic ‘Problems with tables styling on e-mails’ is closed to new replies.