// Premailer automatically add `cellspacing = 0`, this script is to help us debug before compilation $(document).ready(function() { $("table").attr("cellspacing", "0"); $("table").attr("cellpadding", "0"); });