Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printer Control 1

Status
Not open for further replies.

Kendel

Programmer
Apr 24, 2002
1,512
US
Hi,

My query returns some forms in an ASP page. Is it possible to set it up so that only 2 forms will be peint in 1 page? If this is a CSS or Javascript question, please let me know.

Thanks.
 
Sorry ...typo ...

Hi,

My query returns some forms in an ASP page. Is it possible to set it up so that only 2 forms will be print in 1 page? If this is a CSS or Javascript question, please let me know.

Thanks.
 
sure...try this...

<p style="page-break-after: always">

put this above line after every two forms

-DNG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top