I\'m not really used to making html emails. Of course I have to start out making a responsive one in basically two versions of the same email. When I thought I had it done f
When you use align="left"
on the tables, it is like floating left in CSS. This is what Gmail is doing, it is floating your text table, causing it to overflow (pop down) below your image table.
If you want your text within the tables to align, put it in the Update: For responsive in html email, try using the This will be ignored by Gmail as it strips the style tag, leaving the default non-responsive layout. within those tables instead.
display:block;
toggle technique:
Text here...