Question
Responsive Email Design Breaking with Wiziwig Editor
Hello!
We recently created a new responsive email design, and it tests beautifully. However, when I change an image using the Marketo wiziwig editor, it reorders a number of my elements and tags, which appears to be breaking the responsive design.
I haven't been able to identify what exactly is breaking the design, but here's an example of Marketo's changes to the code:
Original:
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="emailBody" style="background-color: #ffffff;">
After using the wiziwig editor:
<table id="emailBody" style="background-color: #ffffff;" border="0" cellspacing="0" cellpadding="0" width="100%">
Of course, I can make changes using HTML, but if we ever accidentally edit an image, we would have to rebuild the email from the original template again.
Has anyone come across this issue? Any pointers would be greatly appreciated.
We recently created a new responsive email design, and it tests beautifully. However, when I change an image using the Marketo wiziwig editor, it reorders a number of my elements and tags, which appears to be breaking the responsive design.
I haven't been able to identify what exactly is breaking the design, but here's an example of Marketo's changes to the code:
Original:
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="emailBody" style="background-color: #ffffff;">
After using the wiziwig editor:
<table id="emailBody" style="background-color: #ffffff;" border="0" cellspacing="0" cellpadding="0" width="100%">
Of course, I can make changes using HTML, but if we ever accidentally edit an image, we would have to rebuild the email from the original template again.
Has anyone come across this issue? Any pointers would be greatly appreciated.