From: Phil Wolstenholme Date: Wed, 2 May 2018 10:28:18 +0000 (+0100) Subject: Fix grammatical error in Delorean reference X-Git-Tag: v2.3.0~7^2~18^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4aa1c8ce84b6b6b2315abaaad1de91ea03f7d3a;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fix grammatical error in Delorean reference Remove surplus word from 'going back to the 1996' --- diff --git a/docs/pages/tips-tricks.md b/docs/pages/tips-tricks.md index 30c151e2..c245d36c 100644 --- a/docs/pages/tips-tricks.md +++ b/docs/pages/tips-tricks.md @@ -16,7 +16,7 @@ A framework is a collection of reusable code and design patterns which gives use ## Need to know -The sad truth about creating or coding HTML emails is that tables are the only things that are universally supported when it comes to email design. If you came from the world of building websites, this may seem like a stepping into Doc Brown's Delorean, charging up the Flux-capitor, and going back to the 1996. Suddenly your CSS is written with inline style tags, useful CSS properties don't work and you're burried in a sea of table tags. +The sad truth about creating or coding HTML emails is that tables are the only things that are universally supported when it comes to email design. If you came from the world of building websites, this may seem like a stepping into Doc Brown's Delorean, charging up the Flux-capitor, and going back to 1996. Suddenly your CSS is written with inline style tags, useful CSS properties don't work and you're burried in a sea of table tags.
General rule of thumb: your email is not going to look identical in every client. And that’s OK.