ericbirdsall
05/25/2023, 5:26 PMwidth:50%
gets ignored when one <td>
has more content than the other?ericbirdsall
05/25/2023, 5:26 PM<!-- Main Table -->
<table background="pink">
<tr>
<td style="width: 50%; padding: 0px;">
<!-- Left Table -->
<table background="yellow">
<tr>
<td>[[Company Logo]]</td>
</tr>
<tr>
<td>[[Company Address]]</td>
</tr>
</table>
</td>
<td style="width: 50%; padding: 0px;">
<!-- Right Table -->
<table background="lightblue">
<tr>
<td class="bold">Loan Number:</td>
<td class="right-aligned">${record.custrecord_da_stmt_loan}</td>
</tr>
<tr>
<td class="bold">Amount Due:</td>
<td class="right-aligned">${record.custrecord_da_stmt_remaining_payment}</td>
</tr>
<tr>
<td class="bold">Date Due:</td>
<td class="right-aligned">${record.custrecord_da_stmt_date}</td>
</tr>
</table>
</td>
</tr>
</table>
ericbirdsall
05/25/2023, 5:27 PMericbirdsall
05/25/2023, 5:28 PMericbirdsall
05/25/2023, 5:28 PM<!-- Main Table -->
<table background="pink">
<tr>
<td style="width: 50%; padding: 0px;">
<!-- Left Table -->
<table background="yellow">
<tr>
<td>[[Company Logo]] !!!ADDING SOME MORE TEXT HERE TO SHOW THAT THIS GROWS ALOT!!!</td>
</tr>
<tr>
<td>[[Company Address]]</td>
</tr>
</table>
</td>
<td style="width: 50%; padding: 0px;">
<!-- Right Table -->
<table background="lightblue">
<tr>
<td class="bold">Loan Number:</td>
<td class="right-aligned">${record.custrecord_da_stmt_loan}</td>
</tr>
<tr>
<td class="bold">Amount Due:</td>
<td class="right-aligned">${record.custrecord_da_stmt_remaining_payment}</td>
</tr>
<tr>
<td class="bold">Date Due:</td>
<td class="right-aligned">${record.custrecord_da_stmt_date}</td>
</tr>
</table>
</td>
</tr>
</table>
ericbirdsall
05/25/2023, 5:30 PMericbirdsall
05/25/2023, 8:20 PM<!-- Main Table -->
<table background="pink">
<tr>
<td style="width: 50%; padding: 0px;">
<!-- Left Table -->
<table background="yellow">
<tr>
<td>[[Company Logo]] !!!ADDING SOME MORE TEXT HERE TO SHOW THAT THIS GROWS ALOT!!!</td>
</tr>
<tr>
<td>[[Company Address]]</td>
</tr>
</table>
</td>
<td style="width: 50%; padding: 0px;">
<!-- Right Table -->
<table background="lightblue">
<tr>
<td class="bold">Loan Number:</td>
<td class="right-aligned">${record.custrecord_da_stmt_loan}</td>
</tr>
<tr>
<td class="bold">Amount Due:</td>
<td class="right-aligned">${record.custrecord_da_stmt_remaining_payment}</td>
</tr>
<tr>
<td class="bold">Date Due:</td>
<td class="right-aligned">${record.custrecord_da_stmt_date}</td>
</tr>
</table>
</td>
</tr>
<tr name="table-fix" style="line-height:0;">
<td style="height: 0; width:50%;">
<p>
<#list 1..500 as _>
</#list>
</p>
</td>
<td style="height: 0; width:50%;">
<p>
<#list 1..500 as _>
</#list>
</p>
</td>
</tr>
</table>
ericbirdsall
05/25/2023, 8:21 PMDavid B
05/25/2023, 9:23 PM