Tuesday, March 13, 2012

Set Page Breaks When Printing

This is more of an HTML question...I guess.

I am populating an aspx page that has a single label control. The label control is populated with HTML code that is stored in a database. This HTML is code that creates a printable version of an application that customers are filling out. The form does not always fit on a single page.

How can I set markers in the HTML that indicate where one page ends and the next begins?

look at CSS... I belive the tag is "page-break: after;" and "page-break: before;"


Ha! Thank you!

I found an online resource that was helpful thanks to your suggestion:http://www.javascriptkit.com/dhtmltutors/pagebreak.shtml

0 comments:

Post a Comment