From: David Gagne Date: Sat, 28 Jul 2018 03:46:52 +0000 (-0400) Subject: Fixed typo for Back to the Future reference X-Git-Tag: v2.3.0~7^2~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38533b38dbf02bf2ec6aa6e1b79b200cc51c9548;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fixed typo for Back to the Future reference The reference of Back to the Future fell a little flat when the typo "capitor" stood in for "capacitor". Don't worry Doc didn't see it, yet! --- diff --git a/docs/pages/tips-tricks.md b/docs/pages/tips-tricks.md index 30c151e2..cbeb213f 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-capacitor, 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.
General rule of thumb: your email is not going to look identical in every client. And that’s OK.