このページには、印刷したい複数のレコードが含まれています。
問題は、最後に空白のページが表示されることです。
私の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);
?>