CODE
<td style="vertical-align: bottom; text-align: left; width: 52%; height: 70px;">
<div style="width: 40%; float: left;">
<a href="./out.php?oid={SID}">
<b>{M_NAME}</b>
</a>
<br />
<img src="{M_LOGO}" alt="{M_NAME}" />
</div>
<div style="width: 60%; float: right;">
{DESCRIPTION}
</div>
</td>
<div style="width: 40%; float: left;">
<a href="./out.php?oid={SID}">
<b>{M_NAME}</b>
</a>
<br />
<img src="{M_LOGO}" alt="{M_NAME}" />
</div>
<div style="width: 60%; float: right;">
{DESCRIPTION}
</div>
</td>
That's producing Click to view attachment
Now, based on the picture, I want the {DESCRIPTION} to be bottom aligned within the <td> while keeping the other info middle aligned within that same <td>
How can I do that?
If that's not possible, then how can I just bottom align the whole thing.
