From: Daniel Ruf <827205+DanielRuf@users.noreply.github.com> Date: Fri, 1 Nov 2019 18:43:01 +0000 (+0100) Subject: Merge branch 'develop' into patch-1 X-Git-Tag: v2.3.0~7^2~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F898%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Merge branch 'develop' into patch-1 --- 94fa64ff3a803d252e780e42a842d5a516a7146f diff --cc docs/pages/tips-tricks.md index c245d36c,934cf49b..f0834af4 --- a/docs/pages/tips-tricks.md +++ b/docs/pages/tips-tricks.md @@@ -16,7 -16,7 +16,7 @@@ A framework is a collection of reusabl ## 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 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. ++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 year 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.