I am creating an email newsletter and the structure in based on tables. The layout has the body text on the left in a cell and then there is another nested table to the right of the content with 3 rows and 1 column.
Here is my problem. My content on the left is taller than the height of the three cells combined on the right. I would like the bottom cell on the right, which has a blue background, to continue to the bottom of the page so that the bottoms of the cells match up.
I have tried both setting the heights of the embedded table and the bottom cell using css and html.
This is what I have tried:
<table height="100%"> <td height="100%>
<table style="height:100%;"> <td style="height:100%;"
I would really appreciate any amount of help that you guys could give!




