Here's a snippitof the template
Ok sooo...how do I change
<td>\ <div class='line'>\ <div class='left_strong_label'>\ Total Fat\ <div class='holder'>\ #= TotalFat #g\ </div>\ </div>\ <div class='right_light_label'>\ <div class='holder_strong'>\ #= 65 * TotalFat #%\ </div>\ </div>\ </div>\</td>\Ok sooo...how do I change
#= 65 * TotalFat #%
to be
#= 65 \ TotalFat #%\
Any attempt to add the slash denotes a newline...?
Thanks,
Steve