Hi, So I'm trying to put together the code for a newsletter and I am having some problems getting the dimensions right. Essentially it looks great in the prestashop module but once I send it out to Gmail the top of the page gets pushed down and the horizontal dimensions are overstreatched. I have tried installing CSS information into the header but anything involving the header gets stripped out by the prestashop module (I have read that email providers strip this information out anyway) I have tried using attributes for width and height inside columns but this also doesn't appear to be working. Is there anything I'm missing? And also if someone wants to come along and help me tidy up the code on my trainwreck of an email I would be happy to provide compensation (not massive amounts, I'm running on fumes financially)
Different email programs handle HTML differently. (Email is a text medium - you use HTML at your own risk.) Is there any way to assure that your HTML will render the same in all email clients? There isn't even any way to assure that it will render in all email clients. Some just ignore all HTML, some don't render it, they just show all the text (tags, etc.). And some people have their spam filters set to trash anything with HTML in it. Making a page render properly in every version of every web browser is child's play compared to what you want to do.