我有此页面,其中包含要打印的多条记录。
问题是我最后得到一个空白页。
我的 CSS:
.break {
page-break-after: always;
}
我的html/php:
...
</table>
<p class="break"> </p>
<?php } while ($row_RSacessorios = mysql_fetch_assoc($RSacessorios)); ?>
</body>
</html>
<?php
mysql_free_result($RSacessorios);
mysql_free_result($RSfases);
?>