Friday, December 5, 2003, 11:49:00 AM, Petr wrote:

> I chcecked out and did not find any way of how to issue something
> like page-break in html. It is probably not even possible.

there are two CSS properties named page-break-before and
page-break-after. by using e.g.

   span style="page-break-after: always;"

you could achieve what you want. however, i don't know which browsers
respect those attributes.

-- 
Best regards,
 Andreas

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to