Reply To: Float Right ?

#933
RRowley
Participant

Change any occurrence of
<td colspan="6"><br/></td>
to
<td colspan="6">&nbsp;</td>

In the case of

<td colspan="6">
    <br/>
    <br/>
</td>

to

<td colspan="6">&nbsp;</td>
<td colspan="6">&nbsp;</td>

My test shows both the printer render and the PDF render honor this change whereas the PDF render ignores the <br/> value in a table item definition.