This shouldn't be that difficult if you know how many lines/rows you
want on each page. How are you generating the HTML? Are you doing it
via CGI.pm, Template::Toolkit, HTML::Template, something else? That
will be the defining factor as to how you'd go about it.

--
Shaun Fryer
http://sourcery.ca/

On Thu, Mar 5, 2009 at 2:25 PM, Bill Stephenson <bi...@perlhelp.com> wrote:
> Does anyone know where I can learn how to make smooth page breaks in
> dynamically created HTML documents.
>
> Most of the document is contained in a table and the number of rows is a
> variable as well as the number of lines of text in each row.
>
> I'd like to be able to know when a document has exceeded a single page and
> then direct where the page break will be and format additional pages.
>
> Kindest Regards,
>
> --
> Bill Stephenson
>
>
> --
> To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org
> For additional commands, e-mail: beginners-cgi-h...@perl.org
> http://learn.perl.org/
>
>
>

-- 
To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org
For additional commands, e-mail: beginners-cgi-h...@perl.org
http://learn.perl.org/


Reply via email to