web pages as handouts

JQ Johnson jqj at darkwing.uoregon.edu
Thu Mar 5 16:25:57 EST 1998


>The basic question is if there is an html trick to force page breaks

MSIE 4.0 implements a page break CSS property that does the job.  This is
not part of CSS I, but is part of the draft CSS Level II.  That's what makes
standards so nice -- there are so MANY to choose from.
  
<HTML>
<HEAD><TITLE>Print it Now!: Page Breaking</TITLE>
<STYLE>
    BR.page { page-break-after: always }
</STYLE>
</HEAD>
<BODY>
    ... content on page 1 ...
<BR CLASS=page>
    ... content on page 2 ...
</BODY>

JQ Johnson                     office: 115F Knight Library
Academic Education Coordinator phone: 1-541-346-1746 v, -3485 fax
1299 University of Oregon      mailto:jqj at darkwing.uoregon.edu
Eugene, OR  97403-1299         http://darkwing.uoregon.edu/~jqj/




More information about the Web4lib mailing list