Quote Originally Posted by kevininstructor View Post
When coding in web projects I've had to use the following style for the Body tag to get a table to recognize the 100% width. Not sure if email providers recognize the body tag.

Code:
body {margin:0;padding:0;}
Thanks, got it working now.