I\'m trying to create an HTML email that will display properly in all widely used email clients. I\'m wrapping the whole email in a table, and I\'d like it to have a width
There is a trick you can do for Outlook 2007 using conditional html comments.
The code below will make sure that Outlook table is 800px wide, its not max-width but it works better than letting the table span across the entire window.