<table class="itemtable" style="width: 100%;"&g...
# advancedpdf
k
<table class="itemtable" style="width: 100%;"><!-- start expenses --><#list record.expense as expense ><#if expense_index==0> <thead> <tr> <th colspan="6">${expense.category@label}</th> <th colspan="16">${expense.memo@label}</th> <th align="right" colspan="4">${expense.amount@label}</th> </tr> </thead> </#if><tr> <td colspan="6">${expense.category}</td> <td colspan="16"><span class="itemname">${expense.memo}</span><br />&nbsp;</td> <td align="right" colspan="4">${expense.amount}</td> </tr> </#list><!-- end expenses --></table> </#if> <hr /> <table class="total" style="width: 100%;"><tr class="totalrow"> <td background-color="#ffffff" colspan="4">&nbsp;</td> <td align="right"><span style="font-size:14px;"><b>${record.total@label}</b></span></td> <td align="right"><span style="font-size:16px;"><strong>${record.total}</strong></span></td> </tr></table>
r
check the "itemname" class in the css. also, if you hit the plus -> code or text snippet, it will make the snippet autocollapse, making the channel more readable. you can also change the syntax highlighting to JSON/javascript.