Quote Originariamente inviata da KillerWorm Visualizza il messaggio
Vedo qualche errore. Il tag <head> deve essere chiuso prima dell'apertura di <body>. I contenuti dentro <table> devono sempre seguire la struttura tabellare del tipo:
codice:
<table>
   <tr>
      <td>contenuto</td>
   </tr>
</table>
Sicuramente ti salta fuori qualche errore che va corretto.
Ho rifatto il controllo del codice e l'unico errore che mi esce è questo:

4 semantic paragraphs found

Your email contains semantic paragraphs (<p/>) tags, which help readers with assistive technology such as screen readers distinguish the type of content.

By default paragraphs have their own predefined margining, which can result in unwanted spacing and gaps between elements. A simple fix to reset these values is to add an inline style margin:0; to each <p> tag.

Found on line:

  • 2, 7, 23, 36



Code Fix:

  • <p style="margin:0;">My Paragraph</p>