SM 6 Fixed width centered layout on full width background color Shared by Stig Morten Myre, 2015-08-18 21:52:00. Tagged: Table, 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 <table cellpadding="0" cellspacing="0" width="100%" bgcolor="#{color}"> <tr> <td> </td> <td width="{width}" bgcolor="#{color}"> {content} </td> <td> </td> </tr> </table>