Hello All,
We received a bug report where when creating tables in CKEditor, if you specify the "cell spacing" and "cell padding", when you save the post, the spacing and padding aren't displayed.
Looking into it, the CKEditor sets the <table cellspacing="10" cellpadding="10"> attributes. But it seems that the morpheus' _normalize.css is overriding that by removing spacing
Has anyone else noticed this? I was thinking either CKEditor should set some inline padding on each <td>. Though I don't think I'd necessarily want to modify CKEditor's source. Also, it would be tempting to modify _normalize.css or _tables.css to include a bit of padding on <td>'s, but that doesn't sound right either. Any suggestions?
Thanks,
Austin