From: Pavan Kallur Date: Wed, 1 Feb 2017 10:33:17 +0000 (+0530) Subject: update tips-tricks.md X-Git-Tag: v2.3.0~7^2~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F695%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git update tips-tricks.md for for 2 times at file line 39 --- diff --git a/docs/pages/tips-tricks.md b/docs/pages/tips-tricks.md index 0e2c8545..ec64f228 100644 --- a/docs/pages/tips-tricks.md +++ b/docs/pages/tips-tricks.md @@ -36,7 +36,7 @@ The height of your email doesn't matter as much because people scroll. It still #### Structure and alignment: -When it comes to making emails, divs aren’t a thing. Don’t kill the messenger, but it’s true. It's not fun finding out we can't just use a `
` with auto left and right margins for centering, or background colors; It won't work most email clients. `
`'s can still be used for targeting CSS and for grouping semantically related elements, but shouldn’t be used for for structural purposes or spacing. +When it comes to making emails, divs aren’t a thing. Don’t kill the messenger, but it’s true. It's not fun finding out we can't just use a `
` with auto left and right margins for centering, or background colors; It won't work most email clients. `
`'s can still be used for targeting CSS and for grouping semantically related elements, but shouldn’t be used for structural purposes or spacing. Instead, you can use the `` Inky tag to create background colors and target elements inside. [More on Wrapper →](wrapper.html)