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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing HTML 1

Status
Not open for further replies.

KevinFSI

Programmer
Nov 17, 2000
582
US
Is there a way (please say yes, please say yes) to force page breaks into your HTML. I don't want to see these breaks when viewing the page, but I do want the breaks to occur when the user prints the page.

PROBLEM: I have a long report that goes to the FAA. There are several tables that make up the report. Each table needs to be printed on a separate page. I don't want the user to have to go to 50 different pages and print each page idividually.

Any ideas guys? Kevin
slanek@ssd.fsi.com
 
<style>
TABLE {page-break-after:always;}
</style>

I think this only works in IE (probably only in IE5+) jared@aauser.com
 
Thanks Jared, I just found it. I guess I jumped the gun a little bit on asking my question. Kevin
slanek@ssd.fsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top