in reply to Is there any easy way to buffer a string?
Here is a css property that does what I want, in case anyone else is interested.
<style> span { page-break-after: always } </style>
From now on, whenever the browser encounteres a <span> tag, it will insert a page break when printing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Is there any easy way to buffer a string?
by Cine (Friar) on Aug 23, 2001 at 00:24 UTC |