Hello everybody,
I have created an html newsletter that will be send by mail. When i visualise my newsletter in my browser, everything is perfect. But when i send the html file to my mail, there are problems with the display.
For example i can have a "</td>" displayed in the mail. I have checked and i am sure that my number of <td> and </td> is the same !!! I know where the problem is but i don't know how to resolve it:
in my html file i write:
<td colspan="7" align="center"><img src = " width="1" height="5"></td>
When i look to source of my html mail in outlook, i can find on two lines:
on the first line:
<td colspan="7" align="center"><img src = " width="1" height="5"><
on the second line:
/td>
And that's why i have a </td> displayed in my mail. This problem appears at a lot of other places...
Have somebody got an idea ?
Thanks all.
I have created an html newsletter that will be send by mail. When i visualise my newsletter in my browser, everything is perfect. But when i send the html file to my mail, there are problems with the display.
For example i can have a "</td>" displayed in the mail. I have checked and i am sure that my number of <td> and </td> is the same !!! I know where the problem is but i don't know how to resolve it:
in my html file i write:
<td colspan="7" align="center"><img src = " width="1" height="5"></td>
When i look to source of my html mail in outlook, i can find on two lines:
on the first line:
<td colspan="7" align="center"><img src = " width="1" height="5"><
on the second line:
/td>
And that's why i have a </td> displayed in my mail. This problem appears at a lot of other places...
Have somebody got an idea ?
Thanks all.