-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outlook fowarded messages add line breaks after every row #308
Comments
TBH, forwarding emails will always break your design/layout. I've always struggled in getting it work properly. |
I'm not sure how the framework can solve this. Any ideas are definitely welcome! |
Did some research but not seeing something tangible we can do yet: |
Yeah I'll be working on this off and on, so if you find something I'd be all ears. I have added a custom component to my local Inky, so happy to try pretty much anything. It seems like what is really needed is just the ability to add an additional Seeing that this is really more of an Inky issue, I can move myself over there if that's more appropriate. |
To close the loop on this, I have made a PR for Foundation to update SCSS and for Inky to implement the additional components. |
Using just a basic template like so:
This produces fine in Outlook on the first send, but Outlook is added a paragraph element between every table. This is no effect on the layout/appearance because the display is set to none.
Content Added by Outlook in Original Message:
<P class=MsoNormal style="LINE-HEIGHT: 14.25pt"><SPAN style='FONT-FAMILY: "Helvetica",sans-serif; COLOR: #0a0a0a; **DISPLAY: none**'><?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p></SPAN></P>
If the message if forwarded, Outlook is changing each paragraph line between every table.
Forwarded Message:
<P class=MsoNormal style="LINE-HEIGHT: 14.25pt"><SPAN style='FONT-FAMILY: "Helvetica","sans-serif"; COLOR: #0a0a0a'><?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p></SPAN></P>
It is dropping the
DISPLAY: none
. This causes the spacing to expand in any forwarded message.This is true in Outlook 2010 and 2013.
Am I using Inky correctly? Is there any known hack to get around this problem?
Other than this issue - Inky + foundation for emails is amazing.
The text was updated successfully, but these errors were encountered: