wrote:
> We have a simple PHP loop which generates an html email which
> dispatchest.
Is there a URL through which we could check what the html email really
contains?
> Outlook 2003 then renders the loops differently. e.g.
Loops? What loops? There are no loops in HTML or in email.
> <td style=3D'padding:2.25pt 2.25pt 2.25pt 2.25pt'>
You're apparently showing us something Q encoded. This is one reason why a
URL would be essential.
> <p class=3DMsoNormal><span =
> style=3D'font-size:7.5pt;font-family:"Verdana","sans-serif"'>4.
> Correct
> <o
></o
>
> </span></p>
> </td>
> </tr>
Was this monstrosity generated by your code or are you actually showing us
just the result of munging by Outlook? In addition to the highly
questionable (well, wrong) font size of 7.5pt, it contains the bogus font
name "sans-serif" (which by definition refers to a font with that name as
its proper name, not to the generic font as per CSS specs).
And you have redundant (and potentially risky) <p> inside <td> (even though
there is no _paragraph_ there), useless <span> inside the <td>, and
proprietary <o

> markup.
> ------------------------------- notice the random space within
> "correct" below.
We cannot assign the guilt without getting at least one solid fact, like a
URL.
> Outlook 2007 does the following with the same email (pretty)
>
> <td style="font-family: Verdana; font-size: 10px;">12. Incorrect</td>
> </tr>
So it also changes "4. Correct" to "12. Incorrect"? Fascinating.
Changing pt sized font size to px sized is just normal bogosity. If that's
what happens.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/