[thelist] Printing page breaks from a web browser

Eric Engelmann eric.engelmann at geonetric.com
Thu Jun 13 02:45:01 CDT 2002


<snip>
I was wondering if there was a way to set the page break at the end of each
order sheet?
</snip>

See page-break-before or page-break-after at:

<tip type="CSS reference">

MSDN has a good CSS reference (watch for URL wrap):

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/css/refer
ence/attributes.asp

</tip>

So you'd do something like this at the end of each order:

<div style="page-break-after: always;"></div>

Is that what you're looking for?

- Eric






More information about the thelist mailing list