Tagged Questions

Page breaks indicate the position at which one page should end and another should begin

learn more… | top users | synonyms

5
votes
5answers
435 views

How do I build a webpage for printing so it won't split badly over pages?

I have a web application that generates a long report and I need to print it. If I just print the page it will break at the end of the physical page. How can I calculate where to make a break in the ...
4
votes
3answers
7k views

SSRS report , get rid of page breaks in report

How do i get rid of the page breaks in the the SSRS report, making the report display in a single page. Thanks in advance, anna
4
votes
2answers
1k views

Is it possible to put a page break into an HTML email?

I know it's possible to use CSS to add page breaks to web pages, for when they're printed. I also know CSS support in HTML emails is poor. So, is there a way to generate a page break when an HTML ...
3
votes
6answers
4k views

How can one keep a \section{} from being at the end of a page in LaTeX?

Given LaTeX likeso: \section{Heading} Here is some text after the heading. How could one prevent the Heading from showing up at the very bottom of the page? In other words, how could one prevent ...
2
votes
1answer
275 views

CSS: page-break-before, always, except the first time?

I'm trying to create a pretty-print html page. I need to force a page-break, between top-level constructs, so I added a CSS class to the top-level element of each construct, and set ...
2
votes
1answer
834 views

page-break-after with IE and FF not working as expected

I have read through a lot of the question asked here and other places and I am confused why page-breaks don't seem to work for me. I created a test html page that looks like this: <html> ...
2
votes
1answer
593 views

How insert page break in rtf files using asp.net with c#.net version 1.1?

How insert page break in rtf files using asp.net with c#.net version 1.1?
1
vote
1answer
21 views

JasperReport start page numbering after page break

How to start new (from 1) page numbering after page break? I have 5 pages well page numbered. And after that 5 pages I want to insert page break and after that page break I want to add 5 more pages ...
1
vote
1answer
19 views

Print When (last element reached) Expression in JasperReports

Is it possible to generated a "Print When Expression" that detects the last element in an XML datasource file? Basically I have a report with a column break inserted after a sub-report in a detail ...
1
vote
2answers
43 views

CSS page-break to print table with lots of rows

I have a dynamic table in my web page that sometimes contains lots of rows. I know there are page-brake-before and page-break-after css properties. But I don't know where do I must put them in my code ...
1
vote
1answer
55 views

Why “PageBreakAtEnd = True” doesn't work in my report?

Q: I make a report this report is long enough ,so i decided to break it in four pages. When i set the PageBreakAtEnd = True property For The list , i wanna to be the last one in the page,no thing ...
1
vote
1answer
104 views

Inserting page breaks in HTML email

I'm trying to place a page break into an HTML email using the following code but this does two things when I view the email in Outlook. It ignores the line breaks in the 2nd table (only a problem ...
1
vote
1answer
331 views

Avoid page breaks in <tr> elements in Firefox (JavaScript?)

Is there anyway, using JavaScript or CSS to prevent page breaks inside of <tr> elements in Firefox? I'm assuming since FF still doesn't support page-break-inside that this has to be done in ...
1
vote
1answer
334 views

Page-break-after vertical alignment of a table

I have been using the page-break-after command to break an html report after each "grouping". My problem is it is now leaving my table floating in the middle of the page. Each page is different where ...
1
vote
3answers
1k views

CSS Page-Break Not Working in all Browsers

I am having trouble getting this working in every browser except IE (even IE6 does this correctly) and Opera. Firefox will separate my divs correctly, but only print the first page. Chrome and Safari ...
1
vote
2answers
138 views

Can I usefully add a page break to a web page?

The CSS page-break-after attribute looks like what I want. Is it? This is an intranet application for Firefox users, so browser compatibility is not a large concern. Here's the background. I have ...
1
vote
3answers
2k views

Pagebreak (or table break?) to obtain a good formated PDF

I had develop an intranet on CakePHP witch in one part generates a custom PDF using DOMPDF. The problem is that i have a memo field (mysql text) witch i print after getting the result from PHP nl2br ...
1
vote
1answer
2k views

print out paging with css | page-break-before:always; cross-browser issue!

I have an issue about print paging. you can see my code below. it is not making page break for the print preview :( any idea what can be the problem? Appreciate helps! HTML Code ...
1
vote
1answer
3k views

CSS page-break-after within table in Safari?

I want each row of a table to be printed (media="print", not "screen") on separate page. So my HTML looks like this: <table> <tr style="page-break-after: always;"> ...
1
vote
1answer
3k views

In SAP SCRIPT, how to add a page break or print the records in a new page

I would like to print the records in a new page every time the contract number changes. What is the syntax for new page in the SAP SCRIPT. Kindly let me know if you know how to achieve this.
0
votes
1answer
17 views

Page-break-before and page-break-after in Safari prints blank pages

I'm using a print style sheet and have it set up so that every 3rd div has the class "last". From the css: .last { page-break-after: always; } So it should start a new page every 4th div. That ...
0
votes
2answers
121 views

Fix page-break-before behavior difference between IE9 and Firefox (3.6)

I'm formatting one of my webpages for printing, and in doing so am adding a pagebreak using this CSS Style. @media print { .page-break { display:block; page-break-before:always; } .print-hidden ...
0
votes
2answers
83 views

CSS page-break-inside:avoid; not functional

I have been advised that said CSS page-break-inside:avoid; would prevent elements being printed between 2 pages. On this directions print out this simply does not work on all tested browsers so far. ...
0
votes
0answers
170 views

SSRS RDLC report Group appears half on one page and other half on another?

I have a SSRS report rdlc file which contains a tablix control with chart and data on it i am grouping based on the a Datasetvalue called QuestionText This is how the report looks like in the designer ...
0
votes
0answers
45 views

Visual page breaks in HTMLEditor

I'm trying to replicate the Google Docs layout of their text editor, whereby the pages are shown like in Word with page breaks on screen, to show the end-user where a page break would occur in ...
0
votes
1answer
283 views

html page break adds 3 extra blank pages

When I use the page break attribute and then look at my page from i.e7 and click print preview, it generates 3 blank pages between the first and second page. I have copied some sample code here: ...
0
votes
1answer
335 views

Rails: WickedPDF: Page Breaks

In my Ruby (1.9.2) Rails (3.0.x) I would like to render a web page as PDF using wicked_pdf, and I would like to control where the page breaks are. My CSS code to control page breaks is as follows: ...
0
votes
1answer
1k views

RDLC report: more than one page? Custom page breaks?

I have a Microsoft Reporting Services report (local report, VS2005) and am trying to produce a rather tricky report... I have two tables returned from a SQL query. The first is a master table that ...