Forked from sarachisholm/order-and-reorder-content.html
Created
March 17, 2017 19:33
-
-
Save shopifypartners/912f4ec90dd6e4bb5e857020c090b619 to your computer and use it in GitHub Desktop.
Order and reorder content HTML for responsive emails - https://www.shopify.com/partners/blog/dirty-css-hacks-for-responsive-emails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<td class="wrapper"><!--Nested tables...--> | |
<table class="header">Header</table> | |
<table class="nav">Navigation</table> | |
<table class="content">Content</table> | |
<table class="footer">Footer</table> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment