This topic is locked

Printing Issues

5/10/2008 1:04:04 AM
ASPRunnerPro General questions
N
networkadmn author

Hi,
When i am selecting aroung 4-8 record and selecting printer friendly option and printing the page the each record is not printing in seprate page but it is just liek that printing
Is there any option in such way when i am selecting around 4-10 record each record should print in a seprate page.
Thanks
K.Venkatesh <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=8433&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' />

J
Jane 5/13/2008

Hi,
to add page break edit print page in the HTML mode on the Visual Editor.

Add this code where you want to add page break:

<P style="PAGE-BREAK-AFTER: always"></P>

D
doingbiz 12/14/2008
  1. Is it possible to have the header and footer printed on each page?
  2. Is it possible to include a key field on each page to identify the page in case the pages get separated?