
0
Gmail desktop - forwarded email to Outlook breaks
Hi folks,
I'm running into an issue here and I would love to hear your opinion.
I have an email with 2 tables (one aligned left and another right) and the second table (the one aligned right) it's being pushed down the first table (still stays on the right but is down bellow). This happens when I forward the email from Gmail to Outlook (2010).
Any idea how to fix this?
P.S. I cannot align both tables left, I have to keep the align="left" and align="right" as they are now.
Thanks, Vic
Forwarding is always a pain.
Gmail is always a pain.
Outlook is always a pain.
That is a whole house of pain you got there, however you could try the Ghost column method.
<!--[if mso]></td><td><![endif]-->
It basically turns one column into 2 in Outlook 07-13.
N.B. You may also need to add another nested table if it messes with the layout before and after this. Depends on how your code is structured.
Thanks Mark, I tried that one and it doesn't fix it :( Thanks for jumping in though, appreciate it!
Hmmm I'd guess the gmail preprocessor is stripping the mso comment out and likely most other fixes we can think of. You could try reducing the width of your tables a touch if it doesn't mess with your design too much.
Good luck...
yes, reducing the width worked. Thanks buddy.