我正在使用PDF生成器以PHP打印我的发票。一切正常,但是当我添加<del></del>
来显示已删除的价格时,删除行不会居中。
在PDF中使用<del>
:
在网络上使用<del>
:
这是代码:
<td>
<del>69,70 €</del>
<ins>
<span class="woocommerce-Price-amount amount">0,00 <span class="woocommerce-Price-currencySymbol">€</span></span>
</ins>
</td>