Does the HTML/CSS for an html email newsletter need to be in table format, or can I use DIVs with equal assurance it will display well cross email-client? I’ve downloaded a number of templates to see how they’re done, upon which to base my own, and they all seem to use tables.
Any insight much appreciated, thanks!
When it comes to email HTML, note that all best practices from web development goes out the window. To make the look consistent, you should:
<style>-tags are discarded by many clients.<html>,<head>and<body>– They will be discarded by most clients anyway.You can read more detailed versions of the above points here: