From: stephenrust Date: Tue, 3 May 2016 18:15:24 +0000 (-0500) Subject: Updated tips-tricks.md with a workaround for dates/times/phone numbers on iOS devices X-Git-Tag: v2.2.1~7^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F419%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Updated tips-tricks.md with a workaround for dates/times/phone numbers on iOS devices --- diff --git a/docs/pages/tips-tricks.md b/docs/pages/tips-tricks.md index b9f22d95..8f792b3e 100644 --- a/docs/pages/tips-tricks.md +++ b/docs/pages/tips-tricks.md @@ -154,6 +154,7 @@ Use it like this: - It's better to use full 6 digit hex codes colors in HTML emails (#ffffff vs #fff). Although all the major email clients support short hex colors, Outlook.com (Hotmail), Lotus Notes 6.5, 7 and 8 do not. - RGB's are supported all the major email clients but RGBA's are only supported in IOS, Apple Mail, Gmail, and Android 4 (Gmail). - Background colors work across all email clients as well as color for fonts. +- iOS devices sometimes render dates/times and phone numbers in blue irrespective of CSS declarations. A good workaround is to include the the CSS snippet from http://removebluelinks.com/ in combination with wrapping the affected content with `` to ensure it gets rendered in the color required. ---