日期:2014-05-19  浏览次数:20712 次

表格打印时会少一条线,怎么解决?
<table   border=1   bordercolor=#0   cellpadding=5   cellSpacing=0   width=90%   align=center>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
<tr   height=80> <td> &nbsp; </td> </tr>
</table>
用这段代码打印预览时第一页的最后一行少一条线,下一页的第一行也少一条线,这个问题怎么解决?

------解决方案--------------------
打印机处理得很正常。

你这种网络直接打印,本来就存在这样的问题,可以使用javascript控制应该在什么地方强制换页。
------解决方案--------------------
是呀,给些部分代码吧。我也想知道呢。