DD 3 Container: One Column Shared by Dan Denney, 2015-09-01 12:53:39. Tagged: Boilerplate, All Copy to Clipboard Add to Snippets Snippet Trigger Manage Snippets Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your library. Manage your snippets. Copied to Clipboard Your snippet is out of date. Update snippet <!-- ==================================== --> <!-- Container: One Column --> <!-- ==================================== --> <!--[if (IE)|mso]> <table align="center" border="0" cellpadding="0" cellspacing="0" width="600"> <tr> <td> <![endif]--> <table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px;" width="100%"> <tr> <td> </td> </tr> </table> <!--[if (IE)|mso]> </td> </tr> </table> <![endif]-->
This is a standard one-column table that will resize without media queries. If you're using this for content, I'd consider duplicating it and adding your text styles on the cell to avoid repeating those. Reply to Dan Denney
This is a standard one-column table that will resize without media queries. If you're using this for content, I'd consider duplicating it and adding your text styles on the cell to avoid repeating those.