• Wendihihihi

    (@wendihihihi)


    Hi,

    In the html email there are many <br> that were added after sending the email to the subscribers in a way that it breaks the layout when use a table.

    Before:

    <table style="border: none !important;" border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#D7EEFD">
    <tbody>
    <tr>
    <td><!-- [if (gte mso 9)|(IE)]>
    <table width="600" align="center" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td>
        <![endif]-->

    After:

    <table style=3D"border: none !important;" border=3D"0" width=3D"100%" cells=
    pacing=3D"0" cellpadding=3D"0" bgcolor=3D"#D7EEFD"><br /><tbody><br /><tr><=
    br /><td><!-- [if (gte mso 9)|(IE)]><br /><table width=3D"600" align=3D"cen=
    ter" cellpadding=3D"0" cellspacing=3D"0" border=3D"0"><br /><tr><br /><td><=
    br />    <![endif]--><br />

    Is it possible to fix this?

    Thanks
    Wendi

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bug: tag after table, tbody, td, tr’ is closed to new replies.