Forked from sarachisholm/order-and-reorder-content.html
Created
March 17, 2017 19:33
Order and reorder content HTML for responsive emails - https://www.shopify.com/partners/blog/dirty-css-hacks-for-responsive-emails
This file contains 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