Rodrigo Moya wrote:
> I'm in the process of generating reports from data in a database, and
> I've chosen to use HTML for the output file. But I've found a little
> problem, which is that in some cases I need to write page breaks at some
> points. Is that possible at all using HTML?
No. HTML does not have a way to specify or even suggest where a page should
break.
You could create the HTML and pipe it through html2ps
<http://www.tdb.uu.se/~jan/html2ps.html> and pipe that output to lpr. The
results are generally pretty good.
If you need to mail the report, pipe the postscript through uuencode, then
into mail. Most mail clients will understand that as intended.
Tony
--
Anthony E. Greene <[EMAIL PROTECTED]>
Homepage & PGP Key <http://www.pobox.com/~agreene/>
Linux: The choice of a GNU Generation.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.