[thelist] Setting a page break for a printable page

George Dillon <> Evolt! evolt at georgedillon.com
Wed May 1 15:06:01 CDT 2002


CSS page-break-after

also works with <br>

This is what I use:

.pbreak {  page-break-after: always}

<br class="pbreak">

HTH

George Dillon


> > I'd like to set up several page breaks on a printable page
>
> This is an excerpt from a CSS that I have where page breaks
> are needed;
>
> div.printpage{
>       page-break-after: always;
> }
>
> then for each page that needs to be printed I surround it
> with the DIV tags;




More information about the thelist mailing list