foundation / foundation-emails

Quickly create responsive HTML emails that work on any device and client. Even Outlook.
https://get.foundation/emails/docs/
MIT License
7.76k stars 1.09k forks source link

Replacement for p tag? #15

Closed franciscolourenco closed 10 years ago

franciscolourenco commented 10 years ago

Outlook.com seems to append some extra padding or margins to paragraphs. Couldn't another tag be used to replace p and avoid these added "benefits" in order to maintain more consistent vertical spacing?

thedeerchild commented 10 years ago

Perhaps try using <br> tags instead? I'm going to be taking another look at the vertical rhythm and resets to try and get a bit more consistency across clients and make the <p> tags more useful, so I'm going to close this in favor of #14.