This topic is locked

page breaks when printing list page

6/2/2008 4:12:26 PM
ASPRunnerPro General questions
author

I am using a list page to print about 200 records as a complete document. The layout is great and everything is working beautifully except for one thing: the page breaks. I would like each record to start a new printed page. I tried this:
<head>

<STYLE TYPE="text/css">

P.breakhere {page-break-before: always}

</STYLE>

</head>

.....

<P CLASS="breakhere">
and it worked fine in another project, but I can't get it to work now and the deadline is drawing near.
Any ideas? Is there an event script or something? PLEASE HELP POOR SMACKY!!

Sergey Kornilov admin 6/3/2008

It should work the same way. There is probably something different about this project. Probably you inserting it at the wrong place.
You can post your application to Demo Account and send the URL to support@xlinesoft.com for investigation.

501310 6/4/2008

It should work the same way. There is probably something different about this project. Probably you inserting it at the wrong place.

You can post your application to Demo Account and send the URL to support@xlinesoft.com for investigation.


Thanks. The project is gigantic and I've done a lot of tweaking suing FrontPage, so I can't really upload it to the demo site. It works great on other list pages, and I've tried pasting the code in endless locations on the template page.
Could print controls be an option offered in the next version perhaps?