So long since ive had to edit table code and frankly its baking my noodle trying to adjust padding. The design issue i have is simple i need to get 3 even white spaces to the left of images, running down the middle and the white space running down the right.
I’m working on a different pattern of code for you . It’s about 90% finished. Will it work properly as an e-mail newsletter? I don’t know for sure, but believe that it should when finished. I’m not trying to make it ultimately versatile, just a lot simpler than yours yet suitable for e-mail. Nothing lost if it doesn’t work You’ll have to add the Microsoft or MailChimp specific properties back in as needed.
This topic seems to have faded. I will post what I started even though it seems to be mostly off-track from your intent. My response earlier was to use border-spacing to impose space between two columns of images. That is the basis for most of these tables. BTW - These are stacks of independednt tables. You can of course surround them with rows if you wish, but rows aren’t necessary here.
The very top table does not define the width of either cell.
The second table contains a single cell. The York image has a fixed width until the width of the page is reduced to that width then it scales smaller.,
The third table contains a single cell. The racers image has a percent width so it will always be narrower than the width of the table.
The fourth table also contains a single cell and is framed the same as tables two and three.
The fifth table contains your inner table code. Takes up lots of room.
The sixth table does the same thing as the fifth table, but does not contain nesed tables.
The seventh and eighth tables also contain no nested tables.
Table nine contains a single cell and is the same HTML structure as tables 2,3,and 4.
Table ten is different, it uses padding in the outside edges of the two cells instead of border-spacing so the images can be adjacent to one another in the middle.
There you have it. FWIW
I had intended to reinsert the code inline, but backed off since I don’t think this has much to do with your original question. Hope it’s useful, nonetheless.