Dzień Dobry,
Mam problem ze stopką HTML w mailu.
To jest stopka HTML – http://pastebin.com/ZWgAFbpA
Na Macu iOS wygląda super – http://pasteboard.co/2FHOZOxM.png
A na Outlooku (starym i nowym) – http://pasteboard.co/2FIaUUh0.png
Nie mam pojęcia co jest nie tak.
1 odpowiedzi
To:
- <!–[if (gte mso 9)|(IE)]>
- <table width=”540″ align=”center” cellpadding=”0″ cellspacing=”0″ border=”0″>
- <tr>
- <td>
- <![endif]–>
Zamień na:
- <!–[if (gte mso 9)|(IE)]>–>
- <!–<table width=”540″ align=”center” cellpadding=”0″ cellspacing=”0″ border=”0″>
- <!–<tr>
- <!–<td>
- <–![endif]>–>
a to
- <!–[if (gte mso 9)|(IE)]>
- </td>
- </tr>
- </table>
- <![endif]–>
Na:
- <!–[if (gte mso 9)|(IE)]>–>
- <!–</td>–>
- <!–</tr>–>
- <!–</table>–>
- <!–[endif]>–>
Podziel się efektem.