搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Printing bug since FF 56 - first page is fine but data on page 2 is missing!?

  • 21 个回答
  • 5 人有此问题
  • 1 次查看
  • 最后回复者为 Sotel

more options

Dear community,

we print invoices out of html. In html the invoices are fine. As soon as we hand over the data to the printer (printer preview) only the first page is fine.

On the second page the address data and whole top adress block is missing!? Since 10 years we use this data format and never had issues.

We use commands like
<TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY>
<TR>
<TD noWrap width="40%"> 

etc.

On chrome everything works fine. Other customers who use the invoice software report the same issue with FF 56.

We need to use chrome now...

Thanks Heiko

Dear community, we print invoices out of html. In html the invoices are fine. As soon as we hand over the data to the printer (printer preview) only the first page is fine. On the second page the address data and whole top adress block is missing!? Since 10 years we use this data format and never had issues. <pre><nowiki> We use commands like <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD noWrap width="40%"> </nowiki></pre> etc. On chrome everything works fine. Other customers who use the invoice software report the same issue with FF 56. We need to use chrome now... Thanks Heiko

由cor-el于修改

所有回复 (1)

more options

jscher2000 said

If you do not need tables inside of tables, then you're okay. If you do need tables inside of tables, there needs to be a separation between the embedded table and the cell it is embedded in: <td> <table> PROBLEM <td>Some Text <table> OKAY <td> <table style="margin-top:0.1px"> OKAY

This worked fine :) Thanks!!!!

  1. 1
  2. 2