DD 5 Wrapper Shared by Dan Denney, 2025-09-25 12:36:17. Tagged: Boilerplate, All Copy to Clipboard Save to Design Library Snippet Trigger View Design Library 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 Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <table bgcolor="{bgcolor}" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" style="padding: 0 20px;"> {childtable} </td> </tr> </table>
This a full-width wrapper table that is set up to take a background color and has some default padding of 20px on the cell. That could be a tab-able area too if you change it often. Reply to Dan Denney
This a full-width wrapper table that is set up to take a background color and has some default padding of 20px on the cell. That could be a tab-able area too if you change it often.