HTML email with tables – how do you put an item at the top and bottom of a variable height?

robcub

Junior Member
Please see attached screen shot. I need to code/mark-up an HTML email template so that a narrow left hand column has a logo at the top and the bottom when a wider column has variable height due to the amount of content.

I have tried with valign="top" and "bottom" on various td's and table's but I can't get it to work.

The second logo always goes just underneath the top one.

Anyone any ideas?
 

Attachments

  • Screen-shot-2012-11-16-at-12.55.png
    Screen-shot-2012-11-16-at-12.55.png
    326.7 KB · Views: 9
You have to make that left hand column into three rows. One for the top logo one with no content for the flexible width and one at the footer to hold that graphic.
 
Back
Top