> HTML doesn't really have the concept of pagination, so if
> you're really generating html, you needn't worry about it :-)
Sure it does, thanks to CSS2. Sample code:
<html>
<head>
<title>Page Break Test</title>
<style>
.pb { page-break-before: always }
</style>
</head>
<body>
<div> This is page 1 </div>
<div class="pb"> This is page 2 </div>
</body>
</html>
This prints two pages.
--
Mark Thomas [EMAIL PROTECTED]
Internet Systems Architect User Technology Associates, Inc.
$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates