Forum Moderators: open

Message Too Old, No Replies

HTML Output - How to page break?

Can it be done?

         

ASPhopeful

1:18 pm on Sep 2, 2004 (gmt 0)

10+ Year Member



Hi All,

Sorry, I guess this is another Q and A session.

I have a page that outputs data about around 50 different courses. This page is generated from a database. Each course takes up anywhere from half a page to three quarters of a page. It is a requirement to have each course on a seperate page. Does anyone know how?

I have tried both transparent gif's and line breaks to space out the information. However, as different machines have different paper sizes and margins, the output always looks different and messes up on different machines.

Thanks
Helen

zooloo

1:26 pm on Sep 2, 2004 (gmt 0)

10+ Year Member



The quick answer is use css (page-break-before: always;)

The long answer begins "CSS are..." and goes on and on.

:)

zoo

ASPhopeful

1:29 pm on Sep 2, 2004 (gmt 0)

10+ Year Member



Just found that command. Thanks Zooloo.