Hi Everyone,
I have a question regarding Marketo email columns. I'm using a template that I've customized and just can't seem to get the columns to display correctly in Outlook. Gmail and other renders come out like the first image but the second image is what it looks like in Outlook. Weird thing is it was showing fine a few months ago but the clones made over the last few months seem to just be coming up incorrectly.
Here is a link to the code: https://codeshare.io/deyMMR
Does this happen when cloning an existing email, or when building a new email from the template?
If you are cloning an existing email, it could be that something got changed along the way.
Hi @Alyssa_Pacheco, I have checked the code and found that this section is following table layout. It means column width is given to the table element. To fix this issue, we have to add the width to the TD and add table inside the TD.
Let me know if you want me to fix the same.
Thanks,
Disha