Created
February 9, 2014 14:50
-
-
Save emwiles/8900140 to your computer and use it in GitHub Desktop.
iOS link styling for HTML emails. Add class in the head and then put span tag around the number, link, or date and voila! You have properly styled links in iOS devices.
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
.iOSLinks a {color: #333333 !important; text-decoration: underline;} | |
<span class="iOSLinks">555-555-5555</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment