<td width=15%><font face="Arial" size=2>({math equation="x * y" x=$products[prod_num].price y=$products[prod_num].amount format="%.2f"})</font></td>
That should do it. "format="%.2f"" simply keeps the decimel places to two, in case you were wondering.
So output should be 149.50.
|