间距& Outlook IOS App签名

时间:2016-10-27 15:34:35

标签: html ios outlook

我最近尝试在Outlook应用程序中为IOS使用HTML签名,所有内容都正确显示但由于某种原因,在每行文本之间插入了额外的行。似乎无法解决原因,或者是否存在代码问题/如果我可以实现任何东西来阻止Outlook应用程序看起来必要的额外行。

-- Ensure that Zero is always used as a base for
-- defining an integer
mkInt :: Nat -> Nat -> MyInt
mkInt a b | a > b = I (a - b) Zero
          | otherwise = I Zero (b - a)

-- assuming gcd :: MyInt -> MyInt -> MyInt is defined somewhere
mkRat :: MyInt -> MyInt -> Rational
mkRat n d :: Rational (gcd n d) intOne
             where intOne = mkInt (Succ Zero) Zero

Image showing signature in email

任何建议都非常感谢,发疯了!

0 个答案:

没有答案