Created
November 7, 2016 18:24
-
-
Save stevesmename/b55eddf408be3ee1e194aafeda122ee8 to your computer and use it in GitHub Desktop.
Normal <button> display for Outlook 2013 DPI 120? #568; https://github.com/zurb/foundation-emails/issues/568
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html xmlns="http://www.w3.org/1999/xhtml" | |
xmlns:v="urn:schemas-microsoft-com:vml" | |
xmlns:o="urn.schemas-microsoft-com:office" | |
lang="en" xml:lang="en"> | |
<head> | |
... | |
<!-- [if gte mso 9]><xml> | |
<o:OfficeDocumentSettings> | |
<o:AllowPNG/> | |
<o:PixelsPerInch>72</o:PixelsPerInch> | |
</o:OfficeDocumentSettings> | |
</xml><![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment